pub struct TscInstant(/* private fields */);
Trait Implementations§
Source§impl Clone for TscInstant
impl Clone for TscInstant
Source§fn clone(&self) -> TscInstant
fn clone(&self) -> TscInstant
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 Hash for TscInstant
impl Hash for TscInstant
Source§impl Ord for TscInstant
impl Ord for TscInstant
Source§impl PartialEq for TscInstant
impl PartialEq for TscInstant
Source§impl PartialOrd for TscInstant
impl PartialOrd for TscInstant
impl Copy for TscInstant
impl Eq for TscInstant
impl StructuralPartialEq for TscInstant
Auto Trait Implementations§
impl Freeze for TscInstant
impl RefUnwindSafe for TscInstant
impl Send for TscInstant
impl Sync for TscInstant
impl Unpin for TscInstant
impl UnwindSafe for TscInstant
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