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