pub struct VariableName(/* private fields */);Trait Implementations§
Source§impl Clone for VariableName
impl Clone for VariableName
Source§fn clone(&self) -> VariableName
fn clone(&self) -> VariableName
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 VariableName
impl Debug for VariableName
Source§impl HasLocation for VariableName
impl HasLocation for VariableName
Source§impl HasVariableDeclaration for VariableName
impl HasVariableDeclaration for VariableName
fn var_declaration( &self, on_found: &mut dyn FnMut(FoundVariableDeclaration<'_>), )
Source§impl PartialEq for VariableName
impl PartialEq for VariableName
impl StructuralPartialEq for VariableName
Auto Trait Implementations§
impl Freeze for VariableName
impl RefUnwindSafe for VariableName
impl Send for VariableName
impl Sync for VariableName
impl Unpin for VariableName
impl UnwindSafe for VariableName
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