pub struct EmptyResponse;
Expand description
Struct symbolizing an empty response from the server.
Trait Implementations§
Source§impl Debug for EmptyResponse
impl Debug for EmptyResponse
Source§impl<'de> Deserialize<'de> for EmptyResponse
impl<'de> Deserialize<'de> for EmptyResponse
Source§fn deserialize<D>(_deserializer: D) -> Result<EmptyResponse, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(_deserializer: D) -> Result<EmptyResponse, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for EmptyResponse
impl RefUnwindSafe for EmptyResponse
impl Send for EmptyResponse
impl Sync for EmptyResponse
impl Unpin for EmptyResponse
impl UnwindSafe for EmptyResponse
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