pub struct Decasecond;Expand description
Decaseconds (1 das = 10 s).
Trait Implementations§
Source§impl Clone for Decasecond
impl Clone for Decasecond
Source§fn clone(&self) -> Decasecond
fn clone(&self) -> Decasecond
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 Decasecond
impl Debug for Decasecond
Source§impl PartialEq for Decasecond
impl PartialEq for Decasecond
Source§impl PartialOrd for Decasecond
impl PartialOrd for Decasecond
Source§impl Unit for Decasecond
impl Unit for Decasecond
impl Copy for Decasecond
impl StructuralPartialEq for Decasecond
Auto Trait Implementations§
impl Freeze for Decasecond
impl RefUnwindSafe for Decasecond
impl Send for Decasecond
impl Sync for Decasecond
impl Unpin for Decasecond
impl UnwindSafe for Decasecond
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