pub struct DeleteClientResponse {}
Trait Implementations§
Source§impl Debug for DeleteClientResponse
impl Debug for DeleteClientResponse
Source§impl Default for DeleteClientResponse
impl Default for DeleteClientResponse
Source§fn default() -> DeleteClientResponse
fn default() -> DeleteClientResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeleteClientResponse
impl<'de> Deserialize<'de> for DeleteClientResponse
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 Serialize for DeleteClientResponse
impl Serialize for DeleteClientResponse
impl ViturResponse for DeleteClientResponse
Auto Trait Implementations§
impl Freeze for DeleteClientResponse
impl RefUnwindSafe for DeleteClientResponse
impl Send for DeleteClientResponse
impl Sync for DeleteClientResponse
impl Unpin for DeleteClientResponse
impl UnwindSafe for DeleteClientResponse
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