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