pub struct SubAssign;Implementations§
Trait Implementations§
Source§impl<A, B> BinaryAssignOp<A, B> for SubAssignwhere
A: SubAssign<B>,
impl<A, B> BinaryAssignOp<A, B> for SubAssignwhere
A: SubAssign<B>,
impl Copy for SubAssign
Source§impl<'de> Deserialize<'de> for SubAssign
impl<'de> Deserialize<'de> for SubAssign
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for SubAssign
Source§impl Ord for SubAssign
impl Ord for SubAssign
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for SubAssign
impl PartialOrd for SubAssign
impl StructuralPartialEq for SubAssign
Auto Trait Implementations§
impl Freeze for SubAssign
impl RefUnwindSafe for SubAssign
impl Send for SubAssign
impl Sync for SubAssign
impl Unpin for SubAssign
impl UnsafeUnpin for SubAssign
impl UnwindSafe for SubAssign
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