pub struct UpdateCommentOutput {
pub comment: Option<Comment>,
}Fields§
§comment: Option<Comment>Information about the updated comment.
Trait Implementations§
Source§impl Clone for UpdateCommentOutput
impl Clone for UpdateCommentOutput
Source§fn clone(&self) -> UpdateCommentOutput
fn clone(&self) -> UpdateCommentOutput
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 UpdateCommentOutput
impl Debug for UpdateCommentOutput
Source§impl Default for UpdateCommentOutput
impl Default for UpdateCommentOutput
Source§fn default() -> UpdateCommentOutput
fn default() -> UpdateCommentOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateCommentOutput
impl<'de> Deserialize<'de> for UpdateCommentOutput
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
Source§impl PartialEq for UpdateCommentOutput
impl PartialEq for UpdateCommentOutput
impl StructuralPartialEq for UpdateCommentOutput
Auto Trait Implementations§
impl Freeze for UpdateCommentOutput
impl RefUnwindSafe for UpdateCommentOutput
impl Send for UpdateCommentOutput
impl Sync for UpdateCommentOutput
impl Unpin for UpdateCommentOutput
impl UnwindSafe for UpdateCommentOutput
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