pub struct AddCommentBody { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for AddCommentBody
impl Clone for AddCommentBody
Source§fn clone(&self) -> AddCommentBody
fn clone(&self) -> AddCommentBody
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 AddCommentBody
impl Debug for AddCommentBody
Source§impl Default for AddCommentBody
impl Default for AddCommentBody
Source§impl From<AddCommentBody> for AddCommentBody
impl From<AddCommentBody> for AddCommentBody
Source§fn from(value: AddCommentBody) -> Self
fn from(value: AddCommentBody) -> Self
Converts to this type from the input type.
Source§impl TryFrom<AddCommentBody> for AddCommentBody
impl TryFrom<AddCommentBody> for AddCommentBody
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: AddCommentBody) -> Result<Self, ConversionError>
fn try_from(value: AddCommentBody) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for AddCommentBody
impl RefUnwindSafe for AddCommentBody
impl Send for AddCommentBody
impl Sync for AddCommentBody
impl Unpin for AddCommentBody
impl UnsafeUnpin for AddCommentBody
impl UnwindSafe for AddCommentBody
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