pub struct DeletePackResponse {}
Expand description
Confirmation of successful Pack deletion.
JSON schema
{
"description": "Confirmation of successful Pack deletion.",
"type": "object",
"additionalProperties": false,
"x-schema-name": "DeletePackResponse"
}
Trait Implementations§
Source§impl Clone for DeletePackResponse
impl Clone for DeletePackResponse
Source§fn clone(&self) -> DeletePackResponse
fn clone(&self) -> DeletePackResponse
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 DeletePackResponse
impl Debug for DeletePackResponse
Source§impl Default for DeletePackResponse
impl Default for DeletePackResponse
Source§impl<'de> Deserialize<'de> for DeletePackResponse
impl<'de> Deserialize<'de> for DeletePackResponse
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 From<&DeletePackResponse> for DeletePackResponse
impl From<&DeletePackResponse> for DeletePackResponse
Source§fn from(value: &DeletePackResponse) -> Self
fn from(value: &DeletePackResponse) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for DeletePackResponse
impl RefUnwindSafe for DeletePackResponse
impl Send for DeletePackResponse
impl Sync for DeletePackResponse
impl Unpin for DeletePackResponse
impl UnwindSafe for DeletePackResponse
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