pub struct S<N>(/* private fields */);
Expand description
Peano numbers: Increment
Auto Trait Implementations§
impl<N> Freeze for S<N>
impl<N> RefUnwindSafe for S<N>where
N: RefUnwindSafe,
impl<N> Send for S<N>where
N: Send,
impl<N> Sync for S<N>where
N: Sync,
impl<N> Unpin for S<N>where
N: Unpin,
impl<N> UnwindSafe for S<N>where
N: UnwindSafe,
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