pub struct Age(pub Box<AgeInner>);Expand description
Age Type: A duration of time during which an organism (or a process) has existed.
Age v5.0.0
A duration of time during which an organism (or a process) has existed
A duration of time during which an organism (or a process) has existed.
The context of use may frequently define what kind of quantity this is and therefore what kind of units can be used. The context of use may also restrict the values for the comparator.
Tuple Fields§
§0: Box<AgeInner>Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Age
impl<'de> Deserialize<'de> for Age
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<Age, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<Age, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for Age
impl Serialize for Age
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for Age
Auto Trait Implementations§
impl Freeze for Age
impl RefUnwindSafe for Age
impl Send for Age
impl Sync for Age
impl Unpin for Age
impl UnwindSafe for Age
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