pub struct PresentedItem {}Trait Implementations§
Source§impl Clone for PresentedItem
impl Clone for PresentedItem
Source§fn clone(&self) -> PresentedItem
fn clone(&self) -> PresentedItem
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 moreSource§impl Debug for PresentedItem
impl Debug for PresentedItem
Source§impl PartialEq for PresentedItem
impl PartialEq for PresentedItem
Source§fn eq(&self, other: &PresentedItem) -> bool
fn eq(&self, other: &PresentedItem) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PresentedItem
Auto Trait Implementations§
impl Freeze for PresentedItem
impl RefUnwindSafe for PresentedItem
impl Send for PresentedItem
impl Sync for PresentedItem
impl Unpin for PresentedItem
impl UnsafeUnpin for PresentedItem
impl UnwindSafe for PresentedItem
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