pub struct MilliSecond(pub u64);Tuple Fields§
§0: u64Implementations§
Trait Implementations§
Source§impl Add for MilliSecond
impl Add for MilliSecond
Source§type Output = MilliSecond
type Output = MilliSecond
The resulting type after applying the
+ operator.Source§fn add(self, rhs: MilliSecond) -> MilliSecond
fn add(self, rhs: MilliSecond) -> MilliSecond
Performs the
+ operation. Read moreSource§impl Clone for MilliSecond
impl Clone for MilliSecond
Source§fn clone(&self) -> MilliSecond
fn clone(&self) -> MilliSecond
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 MilliSecond
impl Debug for MilliSecond
Source§impl<__RhsT> Div<__RhsT> for MilliSecond
impl<__RhsT> Div<__RhsT> for MilliSecond
Source§type Output = MilliSecond
type Output = MilliSecond
The resulting type after applying the
/ operator.Source§fn div(self, rhs: __RhsT) -> MilliSecond
fn div(self, rhs: __RhsT) -> MilliSecond
Performs the
/ operation. Read moreSource§impl From<Day> for MilliSecond
impl From<Day> for MilliSecond
Source§impl From<Hour> for MilliSecond
impl From<Hour> for MilliSecond
Source§impl From<Minute> for MilliSecond
impl From<Minute> for MilliSecond
Source§impl From<Second> for MilliSecond
impl From<Second> for MilliSecond
Source§impl From<u32> for MilliSecond
impl From<u32> for MilliSecond
Source§impl From<u64> for MilliSecond
impl From<u64> for MilliSecond
Source§impl<__RhsT> Mul<__RhsT> for MilliSecond
impl<__RhsT> Mul<__RhsT> for MilliSecond
Source§type Output = MilliSecond
type Output = MilliSecond
The resulting type after applying the
* operator.Source§fn mul(self, rhs: __RhsT) -> MilliSecond
fn mul(self, rhs: __RhsT) -> MilliSecond
Performs the
* operation. Read moreSource§impl PartialEq for MilliSecond
impl PartialEq for MilliSecond
Source§impl PartialOrd for MilliSecond
impl PartialOrd for MilliSecond
Source§impl Sub for MilliSecond
impl Sub for MilliSecond
Source§type Output = MilliSecond
type Output = MilliSecond
The resulting type after applying the
- operator.Source§fn sub(self, rhs: MilliSecond) -> MilliSecond
fn sub(self, rhs: MilliSecond) -> MilliSecond
Performs the
- operation. Read moreimpl Copy for MilliSecond
impl StructuralPartialEq for MilliSecond
Auto Trait Implementations§
impl Freeze for MilliSecond
impl RefUnwindSafe for MilliSecond
impl Send for MilliSecond
impl Sync for MilliSecond
impl Unpin for MilliSecond
impl UnwindSafe for MilliSecond
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