pub struct RefReferences {
pub kind: SymbolKind,
pub location: SymbolLocation,
pub container_id: SymbolId,
}
Fields§
§kind: SymbolKind
§location: SymbolLocation
§container_id: SymbolId
Trait Implementations§
Source§impl Clone for RefReferences
impl Clone for RefReferences
Source§fn clone(&self) -> RefReferences
fn clone(&self) -> RefReferences
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 RefReferences
impl Debug for RefReferences
Source§impl Default for RefReferences
impl Default for RefReferences
Source§fn default() -> RefReferences
fn default() -> RefReferences
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RefReferences
impl RefUnwindSafe for RefReferences
impl Send for RefReferences
impl Sync for RefReferences
impl Unpin for RefReferences
impl UnwindSafe for RefReferences
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