pub struct CommentListOptionsBuilder(/* private fields */);Implementations§
Trait Implementations§
Source§impl Default for CommentListOptionsBuilder
impl Default for CommentListOptionsBuilder
Source§fn default() -> CommentListOptionsBuilder
fn default() -> CommentListOptionsBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CommentListOptionsBuilder
impl RefUnwindSafe for CommentListOptionsBuilder
impl Send for CommentListOptionsBuilder
impl Sync for CommentListOptionsBuilder
impl Unpin for CommentListOptionsBuilder
impl UnwindSafe for CommentListOptionsBuilder
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