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