pub struct CloseResponse { /* private fields */ }Trait Implementations§
Source§impl Clone for CloseResponse
impl Clone for CloseResponse
Source§fn clone(&self) -> CloseResponse
fn clone(&self) -> CloseResponse
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 CloseResponse
impl Debug for CloseResponse
Source§impl<'de> Deserialize<'de> for CloseResponse
impl<'de> Deserialize<'de> for CloseResponse
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<E: Error> Into<Result<CloseResponse, CloseError<E>>> for CloseResponse
impl<E: Error> Into<Result<CloseResponse, CloseError<E>>> for CloseResponse
Source§fn into(self) -> Result<CloseResponse, CloseError<E>>
fn into(self) -> Result<CloseResponse, CloseError<E>>
Converts this type into the (usually inferred) input type.
Auto Trait Implementations§
impl Freeze for CloseResponse
impl RefUnwindSafe for CloseResponse
impl Send for CloseResponse
impl Sync for CloseResponse
impl Unpin for CloseResponse
impl UnwindSafe for CloseResponse
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