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