pub struct DefinedSymbol {
pub name: String,
pub definition: DefinedSymbolSelectRef,
pub target: SymbolTargetRef,
}Fields§
§name: String§definition: DefinedSymbolSelectRef§target: SymbolTargetRefTrait Implementations§
Source§impl Clone for DefinedSymbol
impl Clone for DefinedSymbol
Source§fn clone(&self) -> DefinedSymbol
fn clone(&self) -> DefinedSymbol
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DefinedSymbol
impl Debug for DefinedSymbol
Source§impl PartialEq for DefinedSymbol
impl PartialEq for DefinedSymbol
Source§fn eq(&self, other: &DefinedSymbol) -> bool
fn eq(&self, other: &DefinedSymbol) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DefinedSymbol
Auto Trait Implementations§
impl Freeze for DefinedSymbol
impl RefUnwindSafe for DefinedSymbol
impl Send for DefinedSymbol
impl Sync for DefinedSymbol
impl Unpin for DefinedSymbol
impl UnsafeUnpin for DefinedSymbol
impl UnwindSafe for DefinedSymbol
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