pub struct VariableRef {
pub name: CompactString,
pub trans_name: CompactString,
pub location: VarLocation,
}
Fields§
§name: CompactString
§trans_name: CompactString
§location: VarLocation
Trait Implementations§
Source§impl Clone for VariableRef
impl Clone for VariableRef
Source§fn clone(&self) -> VariableRef
fn clone(&self) -> VariableRef
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 moreAuto Trait Implementations§
impl Freeze for VariableRef
impl RefUnwindSafe for VariableRef
impl Send for VariableRef
impl Sync for VariableRef
impl Unpin for VariableRef
impl UnwindSafe for VariableRef
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