pub struct Zero;Expand description
The number type for zero (0).
Trait Implementations§
Source§impl Ord for Zero
impl Ord for Zero
Source§impl PartialOrd for Zero
impl PartialOrd for Zero
impl Copy for Zero
impl Eq for Zero
impl NegType for Zero
impl PosType for Zero
impl StructuralPartialEq for Zero
Auto Trait Implementations§
impl Freeze for Zero
impl RefUnwindSafe for Zero
impl Send for Zero
impl Sync for Zero
impl Unpin for Zero
impl UnwindSafe for Zero
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