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