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