pub struct CareSummary(/* private fields */);Implementations§
Source§impl CareSummary
impl CareSummary
Source§impl CareSummary
impl CareSummary
pub fn into_inner(self) -> String
Trait Implementations§
Source§impl Clone for CareSummary
impl Clone for CareSummary
Source§fn clone(&self) -> CareSummary
fn clone(&self) -> CareSummary
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 CareSummary
impl Debug for CareSummary
Source§impl<'de> Deserialize<'de> for CareSummary
impl<'de> Deserialize<'de> for CareSummary
Source§fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for CareSummary
impl Hash for CareSummary
Source§impl Ord for CareSummary
impl Ord for CareSummary
Source§fn cmp(&self, other: &CareSummary) -> Ordering
fn cmp(&self, other: &CareSummary) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for CareSummary
impl PartialEq for CareSummary
Source§impl PartialOrd for CareSummary
impl PartialOrd for CareSummary
Source§impl Serialize for CareSummary
impl Serialize for CareSummary
impl Eq for CareSummary
impl StructuralPartialEq for CareSummary
Auto Trait Implementations§
impl Freeze for CareSummary
impl RefUnwindSafe for CareSummary
impl Send for CareSummary
impl Sync for CareSummary
impl Unpin for CareSummary
impl UnsafeUnpin for CareSummary
impl UnwindSafe for CareSummary
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