pub struct CloseResponse;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 (const: unstable) · 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 PartialEq for CloseResponse
impl PartialEq for CloseResponse
Source§fn eq(&self, other: &CloseResponse) -> bool
fn eq(&self, other: &CloseResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for CloseResponse
impl StructuralPartialEq for CloseResponse
Auto Trait Implementations§
impl Freeze for CloseResponse
impl RefUnwindSafe for CloseResponse
impl Send for CloseResponse
impl Sync for CloseResponse
impl Unpin for CloseResponse
impl UnsafeUnpin 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