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