pub struct ZeroTimes;Expand description
0 * a.
Trait Implementations§
impl Justifies<Zero, ZeroTimes> for ByAnnihilation
impl Justifies<ZeroTimes, Zero> for ByAnnihilation
Auto Trait Implementations§
impl Freeze for ZeroTimes
impl RefUnwindSafe for ZeroTimes
impl Send for ZeroTimes
impl Sync for ZeroTimes
impl Unpin for ZeroTimes
impl UnsafeUnpin for ZeroTimes
impl UnwindSafe for ZeroTimes
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