pub struct VariableNotMut {
pub name: LocalIdentifier,
}
Fields§
§name: LocalIdentifier
Trait Implementations§
Source§impl PartialEq for VariableNotMut
impl PartialEq for VariableNotMut
impl Eq for VariableNotMut
impl StructuralPartialEq for VariableNotMut
Auto Trait Implementations§
impl Freeze for VariableNotMut
impl RefUnwindSafe for VariableNotMut
impl Send for VariableNotMut
impl Sync for VariableNotMut
impl Unpin for VariableNotMut
impl UnwindSafe for VariableNotMut
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