pub struct STime(/* private fields */);
Implementations§
Trait Implementations§
Source§impl AddAssign for STime
impl AddAssign for STime
Source§fn add_assign(&mut self, rhs: STime)
fn add_assign(&mut self, rhs: STime)
Performs the
+=
operation. Read moreSource§impl PartialOrd for STime
impl PartialOrd for STime
Source§impl SubAssign for STime
impl SubAssign for STime
Source§fn sub_assign(&mut self, rhs: STime)
fn sub_assign(&mut self, rhs: STime)
Performs the
-=
operation. Read moreimpl Copy for STime
impl Eq for STime
impl StructuralPartialEq for STime
Auto Trait Implementations§
impl Freeze for STime
impl RefUnwindSafe for STime
impl Send for STime
impl Sync for STime
impl Unpin for STime
impl UnwindSafe for STime
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