pub struct SymbolReference {
pub usage_node: Node,
pub pointing_to_symbol_id: SymbolId,
}
Fields§
§usage_node: Node
§pointing_to_symbol_id: SymbolId
Trait Implementations§
Source§impl Clone for SymbolReference
impl Clone for SymbolReference
Source§fn clone(&self) -> SymbolReference
fn clone(&self) -> SymbolReference
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 SymbolReference
impl RefUnwindSafe for SymbolReference
impl Send for SymbolReference
impl Sync for SymbolReference
impl Unpin for SymbolReference
impl UnwindSafe for SymbolReference
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