pub struct SemanticId(pub u32);Tuple Fields§
§0: u32Trait Implementations§
Source§impl Clone for SemanticId
impl Clone for SemanticId
Source§fn clone(&self) -> SemanticId
fn clone(&self) -> SemanticId
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 SemanticId
impl Debug for SemanticId
Source§impl Default for SemanticId
impl Default for SemanticId
Source§fn default() -> SemanticId
fn default() -> SemanticId
Returns the “default value” for a type. Read more
Source§impl Hash for SemanticId
impl Hash for SemanticId
Source§impl PartialEq for SemanticId
impl PartialEq for SemanticId
impl Copy for SemanticId
impl Eq for SemanticId
impl StructuralPartialEq for SemanticId
Auto Trait Implementations§
impl Freeze for SemanticId
impl RefUnwindSafe for SemanticId
impl Send for SemanticId
impl Sync for SemanticId
impl Unpin for SemanticId
impl UnsafeUnpin for SemanticId
impl UnwindSafe for SemanticId
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