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