pub struct ProgramSymbol<T>(/* private fields */);
Implementations§
Trait Implementations§
Source§impl<T: Clone> Clone for ProgramSymbol<T>
impl<T: Clone> Clone for ProgramSymbol<T>
Source§fn clone(&self) -> ProgramSymbol<T>
fn clone(&self) -> ProgramSymbol<T>
Returns a copy 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<T: Debug> Debug for ProgramSymbol<T>
impl<T: Debug> Debug for ProgramSymbol<T>
Source§impl<T> Display for ProgramSymbol<T>
impl<T> Display for ProgramSymbol<T>
Source§impl<'a, T> PartialEq<&'a str> for ProgramSymbol<T>
impl<'a, T> PartialEq<&'a str> for ProgramSymbol<T>
Source§impl<T> PartialEq<str> for ProgramSymbol<T>
impl<T> PartialEq<str> for ProgramSymbol<T>
Source§impl<T: PartialEq> PartialEq for ProgramSymbol<T>
impl<T: PartialEq> PartialEq for ProgramSymbol<T>
impl<T: Eq> Eq for ProgramSymbol<T>
impl<T> StructuralPartialEq for ProgramSymbol<T>
Auto Trait Implementations§
impl<T> Freeze for ProgramSymbol<T>where
T: Freeze,
impl<T> RefUnwindSafe for ProgramSymbol<T>where
T: RefUnwindSafe,
impl<T> Send for ProgramSymbol<T>where
T: Send,
impl<T> Sync for ProgramSymbol<T>where
T: Sync,
impl<T> Unpin for ProgramSymbol<T>where
T: Unpin,
impl<T> UnwindSafe for ProgramSymbol<T>where
T: UnwindSafe,
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