pub struct Rem<A: Moment, B: Moment, O: Moment>(pub A, pub B, _);
Expand description
Get the remainder of dividing one Moment
by another.
Tuple Fields§
§0: A
§1: B
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<A, B, O> Freeze for Rem<A, B, O>
impl<A, B, O> RefUnwindSafe for Rem<A, B, O>
impl<A, B, O> Send for Rem<A, B, O>
impl<A, B, O> Sync for Rem<A, B, O>
impl<A, B, O> Unpin for Rem<A, B, O>
impl<A, B, O> UnwindSafe for Rem<A, B, O>
Blanket Implementations§
Source§impl<I, O> AsTryConvert<O> for I
impl<I, O> AsTryConvert<O> for I
Source§fn to_try_convert(self) -> TryConvert<Self, O>
fn to_try_convert(self) -> TryConvert<Self, O>
Create a
TryConvert
struct from this Moment
.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