pub struct CommentAuthorList { /* private fields */ }Expand description
Manages comment authors across the presentation
Implementations§
Source§impl CommentAuthorList
impl CommentAuthorList
Trait Implementations§
Source§impl Clone for CommentAuthorList
impl Clone for CommentAuthorList
Source§fn clone(&self) -> CommentAuthorList
fn clone(&self) -> CommentAuthorList
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 CommentAuthorList
impl Debug for CommentAuthorList
Source§impl Default for CommentAuthorList
impl Default for CommentAuthorList
Source§fn default() -> CommentAuthorList
fn default() -> CommentAuthorList
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CommentAuthorList
impl RefUnwindSafe for CommentAuthorList
impl Send for CommentAuthorList
impl Sync for CommentAuthorList
impl Unpin for CommentAuthorList
impl UnsafeUnpin for CommentAuthorList
impl UnwindSafe for CommentAuthorList
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