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