pub struct DeletedResponse { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for DeletedResponse
impl Clone for DeletedResponse
Source§fn clone(&self) -> DeletedResponse
fn clone(&self) -> DeletedResponse
Returns a copy 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 DeletedResponse
impl Debug for DeletedResponse
Source§impl Default for DeletedResponse
impl Default for DeletedResponse
Source§impl From<DeletedResponse> for DeletedResponse
impl From<DeletedResponse> for DeletedResponse
Source§fn from(value: DeletedResponse) -> Self
fn from(value: DeletedResponse) -> Self
Converts to this type from the input type.
Source§impl TryFrom<DeletedResponse> for DeletedResponse
impl TryFrom<DeletedResponse> for DeletedResponse
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: DeletedResponse) -> Result<Self, ConversionError>
fn try_from(value: DeletedResponse) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for DeletedResponse
impl RefUnwindSafe for DeletedResponse
impl Send for DeletedResponse
impl Sync for DeletedResponse
impl Unpin for DeletedResponse
impl UnwindSafe for DeletedResponse
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