pub struct TimeNotSpecified {}Trait Implementations§
Source§impl Clone for TimeNotSpecified
impl Clone for TimeNotSpecified
Source§fn clone(&self) -> TimeNotSpecified
fn clone(&self) -> TimeNotSpecified
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 TimeNotSpecified
impl Debug for TimeNotSpecified
impl Copy for TimeNotSpecified
Auto Trait Implementations§
impl Freeze for TimeNotSpecified
impl RefUnwindSafe for TimeNotSpecified
impl Send for TimeNotSpecified
impl Sync for TimeNotSpecified
impl Unpin for TimeNotSpecified
impl UnwindSafe for TimeNotSpecified
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