pub struct PreDefinedSymbolId(pub usize);Tuple Fields§
§0: usizeTrait Implementations§
Source§impl Clone for PreDefinedSymbolId
impl Clone for PreDefinedSymbolId
Source§fn clone(&self) -> PreDefinedSymbolId
fn clone(&self) -> PreDefinedSymbolId
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 moreimpl Copy for PreDefinedSymbolId
Source§impl Debug for PreDefinedSymbolId
impl Debug for PreDefinedSymbolId
impl Eq for PreDefinedSymbolId
Source§impl Hash for PreDefinedSymbolId
impl Hash for PreDefinedSymbolId
Source§impl PartialEq for PreDefinedSymbolId
impl PartialEq for PreDefinedSymbolId
Source§fn eq(&self, other: &PreDefinedSymbolId) -> bool
fn eq(&self, other: &PreDefinedSymbolId) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PreDefinedSymbolId
Auto Trait Implementations§
impl Freeze for PreDefinedSymbolId
impl RefUnwindSafe for PreDefinedSymbolId
impl Send for PreDefinedSymbolId
impl Sync for PreDefinedSymbolId
impl Unpin for PreDefinedSymbolId
impl UnsafeUnpin for PreDefinedSymbolId
impl UnwindSafe for PreDefinedSymbolId
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