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