pub struct DeleteCommentResult {
pub action: DeleteCommentAction,
pub status: ApiStatus,
}Fields§
§action: DeleteCommentAction§status: ApiStatusImplementations§
Source§impl DeleteCommentResult
impl DeleteCommentResult
pub fn new( action: DeleteCommentAction, status: ApiStatus, ) -> DeleteCommentResult
Trait Implementations§
Source§impl Clone for DeleteCommentResult
impl Clone for DeleteCommentResult
Source§fn clone(&self) -> DeleteCommentResult
fn clone(&self) -> DeleteCommentResult
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 DeleteCommentResult
impl Debug for DeleteCommentResult
Source§impl Default for DeleteCommentResult
impl Default for DeleteCommentResult
Source§fn default() -> DeleteCommentResult
fn default() -> DeleteCommentResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeleteCommentResult
impl<'de> Deserialize<'de> for DeleteCommentResult
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 DeleteCommentResult
impl PartialEq for DeleteCommentResult
Source§impl Serialize for DeleteCommentResult
impl Serialize for DeleteCommentResult
impl StructuralPartialEq for DeleteCommentResult
Auto Trait Implementations§
impl Freeze for DeleteCommentResult
impl RefUnwindSafe for DeleteCommentResult
impl Send for DeleteCommentResult
impl Sync for DeleteCommentResult
impl Unpin for DeleteCommentResult
impl UnwindSafe for DeleteCommentResult
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