pub struct GetCommentBuilder { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for GetCommentBuilder
impl Clone for GetCommentBuilder
Source§fn clone(&self) -> GetCommentBuilder
fn clone(&self) -> GetCommentBuilder
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for GetCommentBuilder
impl RefUnwindSafe for GetCommentBuilder
impl Send for GetCommentBuilder
impl Sync for GetCommentBuilder
impl Unpin for GetCommentBuilder
impl UnwindSafe for GetCommentBuilder
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