pub struct ResponseClose {}Trait Implementations§
Source§impl Clone for ResponseClose
impl Clone for ResponseClose
Source§fn clone(&self) -> ResponseClose
fn clone(&self) -> ResponseClose
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 ResponseClose
impl Debug for ResponseClose
Source§impl<'de> Deserialize<'de> for ResponseClose
impl<'de> Deserialize<'de> for ResponseClose
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<N: AsRef<str>, C: AsRef<[u8]>, E: AsRef<[Entry<N>]>> From<ResponseClose> for Response<N, C, E>
impl<N: AsRef<str>, C: AsRef<[u8]>, E: AsRef<[Entry<N>]>> From<ResponseClose> for Response<N, C, E>
Source§fn from(value: ResponseClose) -> Self
fn from(value: ResponseClose) -> Self
Converts to this type from the input type.
Source§impl Hash for ResponseClose
impl Hash for ResponseClose
Source§impl PartialEq for ResponseClose
impl PartialEq for ResponseClose
Source§impl Serialize for ResponseClose
impl Serialize for ResponseClose
Source§impl<N: AsRef<str>, C: AsRef<[u8]>, E: AsRef<[Entry<N>]>> TryFrom<Message<N, C, E>> for ResponseClose
impl<N: AsRef<str>, C: AsRef<[u8]>, E: AsRef<[Entry<N>]>> TryFrom<Message<N, C, E>> for ResponseClose
impl Eq for ResponseClose
impl StructuralPartialEq for ResponseClose
Auto Trait Implementations§
impl Freeze for ResponseClose
impl RefUnwindSafe for ResponseClose
impl Send for ResponseClose
impl Sync for ResponseClose
impl Unpin for ResponseClose
impl UnsafeUnpin for ResponseClose
impl UnwindSafe for ResponseClose
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