pub struct ModuleSymbolReferences {
pub refs: Vec<SymbolReference>,
}
Fields§
§refs: Vec<SymbolReference>
Implementations§
Trait Implementations§
Source§impl Clone for ModuleSymbolReferences
impl Clone for ModuleSymbolReferences
Source§fn clone(&self) -> ModuleSymbolReferences
fn clone(&self) -> ModuleSymbolReferences
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 ModuleSymbolReferences
impl Debug for ModuleSymbolReferences
Auto Trait Implementations§
impl Freeze for ModuleSymbolReferences
impl RefUnwindSafe for ModuleSymbolReferences
impl Send for ModuleSymbolReferences
impl Sync for ModuleSymbolReferences
impl Unpin for ModuleSymbolReferences
impl UnwindSafe for ModuleSymbolReferences
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