pub enum AssignmentAugmentation {
None,
Add,
Subtract,
Concat,
}
Variants§
Trait Implementations§
Source§impl Clone for AssignmentAugmentation
impl Clone for AssignmentAugmentation
Source§fn clone(&self) -> AssignmentAugmentation
fn clone(&self) -> AssignmentAugmentation
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 AssignmentAugmentation
impl Debug for AssignmentAugmentation
Source§impl<'de> Deserialize<'de> for AssignmentAugmentation
impl<'de> Deserialize<'de> for AssignmentAugmentation
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
Source§impl Hash for AssignmentAugmentation
impl Hash for AssignmentAugmentation
Source§impl PartialEq for AssignmentAugmentation
impl PartialEq for AssignmentAugmentation
Source§impl PartialOrd for AssignmentAugmentation
impl PartialOrd for AssignmentAugmentation
impl Copy for AssignmentAugmentation
impl Eq for AssignmentAugmentation
impl StructuralPartialEq for AssignmentAugmentation
Auto Trait Implementations§
impl Freeze for AssignmentAugmentation
impl RefUnwindSafe for AssignmentAugmentation
impl Send for AssignmentAugmentation
impl Sync for AssignmentAugmentation
impl Unpin for AssignmentAugmentation
impl UnwindSafe for AssignmentAugmentation
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