pub struct EmptyResponseBody {}
Trait Implementations§
Source§impl Clone for EmptyResponseBody
impl Clone for EmptyResponseBody
Source§fn clone(&self) -> EmptyResponseBody
fn clone(&self) -> EmptyResponseBody
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for EmptyResponseBody
impl Debug for EmptyResponseBody
Source§impl Default for EmptyResponseBody
impl Default for EmptyResponseBody
Source§fn default() -> EmptyResponseBody
fn default() -> EmptyResponseBody
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EmptyResponseBody
impl<'de> Deserialize<'de> for EmptyResponseBody
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
impl Copy for EmptyResponseBody
Auto Trait Implementations§
impl Freeze for EmptyResponseBody
impl RefUnwindSafe for EmptyResponseBody
impl Send for EmptyResponseBody
impl Sync for EmptyResponseBody
impl Unpin for EmptyResponseBody
impl UnwindSafe for EmptyResponseBody
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