pub struct Successor<N: Number>(/* private fields */);Trait Implementations§
impl<N: Number> IsPositive for Successor<N>
impl<N: Number> Number for Successor<N>
Auto Trait Implementations§
impl<N> Freeze for Successor<N>
impl<N> RefUnwindSafe for Successor<N>where
N: RefUnwindSafe,
impl<N> Send for Successor<N>where
N: Send,
impl<N> Sync for Successor<N>where
N: Sync,
impl<N> Unpin for Successor<N>where
N: Unpin,
impl<N> UnwindSafe for Successor<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