pub struct UpdateCommentInput {
pub original_comment_hash: ActionHash,
pub previous_comment_hash: ActionHash,
pub updated_comment: Comment,
}Fields§
§original_comment_hash: ActionHash§previous_comment_hash: ActionHash§updated_comment: CommentTrait Implementations§
Source§impl Debug for UpdateCommentInput
impl Debug for UpdateCommentInput
Source§impl<'de> Deserialize<'de> for UpdateCommentInput
impl<'de> Deserialize<'de> for UpdateCommentInput
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
Auto Trait Implementations§
impl Freeze for UpdateCommentInput
impl RefUnwindSafe for UpdateCommentInput
impl Send for UpdateCommentInput
impl Sync for UpdateCommentInput
impl Unpin for UpdateCommentInput
impl UnwindSafe for UpdateCommentInput
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