pub struct InvertIfNegative { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for InvertIfNegative
impl Clone for InvertIfNegative
Source§fn clone(&self) -> InvertIfNegative
fn clone(&self) -> InvertIfNegative
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for InvertIfNegative
impl Debug for InvertIfNegative
Source§impl Default for InvertIfNegative
impl Default for InvertIfNegative
Source§fn default() -> InvertIfNegative
fn default() -> InvertIfNegative
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for InvertIfNegative
impl RefUnwindSafe for InvertIfNegative
impl Send for InvertIfNegative
impl Sync for InvertIfNegative
impl Unpin for InvertIfNegative
impl UnwindSafe for InvertIfNegative
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