pub(super) struct Milliseconds(i64);Tuple Fields§
§0: i64Trait Implementations§
Source§impl Add<Milliseconds> for LocalMoment
impl Add<Milliseconds> for LocalMoment
Source§type Output = LocalMoment
type Output = LocalMoment
The resulting type after applying the
+ operator.Source§impl Clone for Milliseconds
impl Clone for Milliseconds
Source§fn clone(&self) -> Milliseconds
fn clone(&self) -> Milliseconds
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 Milliseconds
impl Debug for Milliseconds
Source§impl Default for Milliseconds
impl Default for Milliseconds
Source§fn default() -> Milliseconds
fn default() -> Milliseconds
Returns the “default value” for a type. Read more
impl Copy for Milliseconds
Auto Trait Implementations§
impl Freeze for Milliseconds
impl RefUnwindSafe for Milliseconds
impl Send for Milliseconds
impl Sync for Milliseconds
impl Unpin for Milliseconds
impl UnsafeUnpin for Milliseconds
impl UnwindSafe for Milliseconds
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