pub struct TimeSpecAndType(pub TimeSpec, pub TimeType);
Tuple Fields§
§0: TimeSpec
§1: TimeType
Trait Implementations§
Source§impl Clone for TimeSpecAndType
impl Clone for TimeSpecAndType
Source§fn clone(&self) -> TimeSpecAndType
fn clone(&self) -> TimeSpecAndType
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 TimeSpecAndType
impl Debug for TimeSpecAndType
Source§impl FromStr for TimeSpecAndType
impl FromStr for TimeSpecAndType
Source§impl PartialEq for TimeSpecAndType
impl PartialEq for TimeSpecAndType
impl Copy for TimeSpecAndType
impl StructuralPartialEq for TimeSpecAndType
Auto Trait Implementations§
impl Freeze for TimeSpecAndType
impl RefUnwindSafe for TimeSpecAndType
impl Send for TimeSpecAndType
impl Sync for TimeSpecAndType
impl Unpin for TimeSpecAndType
impl UnwindSafe for TimeSpecAndType
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