pub enum AssignmentOperatorKind {
Compound(CompoundOperatorKind),
Assign,
}
Variants§
Compound(CompoundOperatorKind)
Assign
Trait Implementations§
Source§impl Debug for AssignmentOperatorKind
impl Debug for AssignmentOperatorKind
Source§impl PartialEq for AssignmentOperatorKind
impl PartialEq for AssignmentOperatorKind
impl Eq for AssignmentOperatorKind
impl StructuralPartialEq for AssignmentOperatorKind
Auto Trait Implementations§
impl Freeze for AssignmentOperatorKind
impl RefUnwindSafe for AssignmentOperatorKind
impl Send for AssignmentOperatorKind
impl Sync for AssignmentOperatorKind
impl Unpin for AssignmentOperatorKind
impl UnwindSafe for AssignmentOperatorKind
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