pub struct CreateCommentBuilder { /* private fields */ }
Implementations§
Source§impl CreateCommentBuilder
impl CreateCommentBuilder
pub fn updated_at(self, updated_at: String) -> Self
Trait Implementations§
Source§impl Clone for CreateCommentBuilder
impl Clone for CreateCommentBuilder
Source§fn clone(&self) -> CreateCommentBuilder
fn clone(&self) -> CreateCommentBuilder
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 moreSource§impl Debug for CreateCommentBuilder
impl Debug for CreateCommentBuilder
Auto Trait Implementations§
impl Freeze for CreateCommentBuilder
impl RefUnwindSafe for CreateCommentBuilder
impl Send for CreateCommentBuilder
impl Sync for CreateCommentBuilder
impl Unpin for CreateCommentBuilder
impl UnwindSafe for CreateCommentBuilder
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