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