pub struct Succ<N>where
N: Nat,{ /* private fields */ }Expand description
The successor of N, i.e. N + 1.
Trait Implementations§
Auto Trait Implementations§
impl<N> Freeze for Succ<N>
impl<N> RefUnwindSafe for Succ<N>where
N: RefUnwindSafe,
impl<N> Send for Succ<N>where
N: Send,
impl<N> Sync for Succ<N>where
N: Sync,
impl<N> Unpin for Succ<N>where
N: Unpin,
impl<N> UnwindSafe for Succ<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