pub struct SlideComments { /* private fields */ }Expand description
Comments for a single slide
Implementations§
Trait Implementations§
Source§impl Clone for SlideComments
impl Clone for SlideComments
Source§fn clone(&self) -> SlideComments
fn clone(&self) -> SlideComments
Returns a duplicate of the value. Read more
1.0.0 · 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 SlideComments
impl Debug for SlideComments
Source§impl Default for SlideComments
impl Default for SlideComments
Source§fn default() -> SlideComments
fn default() -> SlideComments
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SlideComments
impl RefUnwindSafe for SlideComments
impl Send for SlideComments
impl Sync for SlideComments
impl Unpin for SlideComments
impl UnwindSafe for SlideComments
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