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