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