pub struct AnimalCareInfo { /* private fields */ }Expand description
Request descriptor for Gingr feeding or medication info tied to one animal record.
Implementations§
Trait Implementations§
Source§impl Clone for AnimalCareInfo
impl Clone for AnimalCareInfo
Source§fn clone(&self) -> AnimalCareInfo
fn clone(&self) -> AnimalCareInfo
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AnimalCareInfo
impl Debug for AnimalCareInfo
Source§impl PartialEq for AnimalCareInfo
impl PartialEq for AnimalCareInfo
Source§impl Request for AnimalCareInfo
impl Request for AnimalCareInfo
Source§fn parameters(&self) -> Vec<(String, String)>
fn parameters(&self) -> Vec<(String, String)>
Describes the provider wire contract for this Gingr request.
Source§fn sensitive_parameter_names(&self) -> &'static [&'static str]
fn sensitive_parameter_names(&self) -> &'static [&'static str]
Describes the provider wire contract for this Gingr request.
Source§fn request_parts(&self) -> RequestParts
fn request_parts(&self) -> RequestParts
Describes the provider wire contract for this Gingr request.
impl Eq for AnimalCareInfo
impl StructuralPartialEq for AnimalCareInfo
Auto Trait Implementations§
impl Freeze for AnimalCareInfo
impl RefUnwindSafe for AnimalCareInfo
impl Send for AnimalCareInfo
impl Sync for AnimalCareInfo
impl Unpin for AnimalCareInfo
impl UnsafeUnpin for AnimalCareInfo
impl UnwindSafe for AnimalCareInfo
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more