pub struct PostDeleteResponse {
pub message: Option<String>,
}Fields§
§message: Option<String>Implementations§
Source§impl PostDeleteResponse
impl PostDeleteResponse
pub fn new() -> PostDeleteResponse
Trait Implementations§
Source§impl Clone for PostDeleteResponse
impl Clone for PostDeleteResponse
Source§fn clone(&self) -> PostDeleteResponse
fn clone(&self) -> PostDeleteResponse
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 PostDeleteResponse
impl Debug for PostDeleteResponse
Source§impl Default for PostDeleteResponse
impl Default for PostDeleteResponse
Source§fn default() -> PostDeleteResponse
fn default() -> PostDeleteResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PostDeleteResponse
impl<'de> Deserialize<'de> for PostDeleteResponse
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 PostDeleteResponse
impl PartialEq for PostDeleteResponse
Source§fn eq(&self, other: &PostDeleteResponse) -> bool
fn eq(&self, other: &PostDeleteResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for PostDeleteResponse
impl Serialize for PostDeleteResponse
impl StructuralPartialEq for PostDeleteResponse
Auto Trait Implementations§
impl Freeze for PostDeleteResponse
impl RefUnwindSafe for PostDeleteResponse
impl Send for PostDeleteResponse
impl Sync for PostDeleteResponse
impl Unpin for PostDeleteResponse
impl UnsafeUnpin for PostDeleteResponse
impl UnwindSafe for PostDeleteResponse
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