pub struct InvalidCompoundAssignmentLhs;Expand description
The left-hand-side of a compound assignment operator cannot be a function header.
Trait Implementations§
Source§impl Clone for InvalidCompoundAssignmentLhs
impl Clone for InvalidCompoundAssignmentLhs
Source§fn clone(&self) -> InvalidCompoundAssignmentLhs
fn clone(&self) -> InvalidCompoundAssignmentLhs
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 InvalidCompoundAssignmentLhs
impl Debug for InvalidCompoundAssignmentLhs
Source§impl PartialEq for InvalidCompoundAssignmentLhs
impl PartialEq for InvalidCompoundAssignmentLhs
Source§fn eq(&self, other: &InvalidCompoundAssignmentLhs) -> bool
fn eq(&self, other: &InvalidCompoundAssignmentLhs) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for InvalidCompoundAssignmentLhs
Auto Trait Implementations§
impl Freeze for InvalidCompoundAssignmentLhs
impl RefUnwindSafe for InvalidCompoundAssignmentLhs
impl Send for InvalidCompoundAssignmentLhs
impl Sync for InvalidCompoundAssignmentLhs
impl Unpin for InvalidCompoundAssignmentLhs
impl UnwindSafe for InvalidCompoundAssignmentLhs
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