pub struct BaseSymbol { /* private fields */ }Implementations§
Source§impl BaseSymbol
impl BaseSymbol
pub fn new(id: u64, repr: SymbolicRepresentation) -> Self
Trait Implementations§
Source§impl Clone for BaseSymbol
impl Clone for BaseSymbol
Source§fn clone(&self) -> BaseSymbol
fn clone(&self) -> BaseSymbol
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 BaseSymbol
impl Debug for BaseSymbol
Source§impl Default for BaseSymbol
impl Default for BaseSymbol
Source§impl Display for BaseSymbol
impl Display for BaseSymbol
Source§impl Identifiable for BaseSymbol
impl Identifiable for BaseSymbol
Source§impl PartialEq for BaseSymbol
impl PartialEq for BaseSymbol
Source§impl Symbolic for BaseSymbol
impl Symbolic for BaseSymbol
impl StructuralPartialEq for BaseSymbol
Auto Trait Implementations§
impl Freeze for BaseSymbol
impl RefUnwindSafe for BaseSymbol
impl Send for BaseSymbol
impl Sync for BaseSymbol
impl Unpin for BaseSymbol
impl UnwindSafe for BaseSymbol
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