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