pub struct InvalidAssignmentLhs {
pub is_call: bool,
}Expand description
The left-hand-side of an assignment was not a valid symbol or function header.
Fields§
§is_call: boolWhether the expression span is pointing towards a function call.
Trait Implementations§
Source§impl Clone for InvalidAssignmentLhs
impl Clone for InvalidAssignmentLhs
Source§fn clone(&self) -> InvalidAssignmentLhs
fn clone(&self) -> InvalidAssignmentLhs
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 InvalidAssignmentLhs
impl Debug for InvalidAssignmentLhs
Source§impl ErrorKind for InvalidAssignmentLhs
impl ErrorKind for InvalidAssignmentLhs
Source§impl PartialEq for InvalidAssignmentLhs
impl PartialEq for InvalidAssignmentLhs
impl StructuralPartialEq for InvalidAssignmentLhs
Auto Trait Implementations§
impl Freeze for InvalidAssignmentLhs
impl RefUnwindSafe for InvalidAssignmentLhs
impl Send for InvalidAssignmentLhs
impl Sync for InvalidAssignmentLhs
impl Unpin for InvalidAssignmentLhs
impl UnwindSafe for InvalidAssignmentLhs
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