pub struct DurationReply {
pub raw: NumberParts,
pub years: NumberParts,
pub months: NumberParts,
pub weeks: NumberParts,
pub days: NumberParts,
pub hours: NumberParts,
pub minutes: NumberParts,
pub seconds: NumberParts,
}Fields§
§raw: NumberParts§years: NumberParts§months: NumberParts§weeks: NumberParts§days: NumberParts§hours: NumberParts§minutes: NumberParts§seconds: NumberPartsTrait Implementations§
Source§impl Clone for DurationReply
impl Clone for DurationReply
Source§fn clone(&self) -> DurationReply
fn clone(&self) -> DurationReply
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 DurationReply
impl Debug for DurationReply
Source§impl Display for DurationReply
impl Display for DurationReply
Source§impl Serialize for DurationReply
impl Serialize for DurationReply
Auto Trait Implementations§
impl Freeze for DurationReply
impl RefUnwindSafe for DurationReply
impl Send for DurationReply
impl Sync for DurationReply
impl Unpin for DurationReply
impl UnsafeUnpin for DurationReply
impl UnwindSafe for DurationReply
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