pub struct UpdateCommentRequestContent {
pub body: String,
}Expand description
UpdateCommentRequestContent. Built by hand, so it derives Default and takes ..Default::default().
Fields§
§body: Stringbody.
Trait Implementations§
Source§impl Clone for UpdateCommentRequestContent
impl Clone for UpdateCommentRequestContent
Source§fn clone(&self) -> UpdateCommentRequestContent
fn clone(&self) -> UpdateCommentRequestContent
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 UpdateCommentRequestContent
impl Debug for UpdateCommentRequestContent
Source§impl Default for UpdateCommentRequestContent
impl Default for UpdateCommentRequestContent
Source§fn default() -> UpdateCommentRequestContent
fn default() -> UpdateCommentRequestContent
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateCommentRequestContent
impl<'de> Deserialize<'de> for UpdateCommentRequestContent
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for UpdateCommentRequestContent
Auto Trait Implementations§
impl Freeze for UpdateCommentRequestContent
impl RefUnwindSafe for UpdateCommentRequestContent
impl Send for UpdateCommentRequestContent
impl Sync for UpdateCommentRequestContent
impl Unpin for UpdateCommentRequestContent
impl UnsafeUnpin for UpdateCommentRequestContent
impl UnwindSafe for UpdateCommentRequestContent
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