Struct rabbitmq_stream_protocol::commands::close::CloseResponse   
source · pub struct CloseResponse { /* private fields */ }Implementations§
source§impl CloseResponse
 
impl CloseResponse
Trait Implementations§
source§impl Debug for CloseResponse
 
impl Debug for CloseResponse
source§impl Decoder for CloseResponse
 
impl Decoder for CloseResponse
source§impl Encoder for CloseResponse
 
impl Encoder for CloseResponse
source§impl FromResponse for CloseResponse
 
impl FromResponse for CloseResponse
fn from_response(response: Response) -> Option<Self>
source§impl PartialEq<CloseResponse> for CloseResponse
 
impl PartialEq<CloseResponse> for CloseResponse
source§fn eq(&self, other: &CloseResponse) -> bool
 
fn eq(&self, other: &CloseResponse) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl Eq for CloseResponse
impl StructuralEq for CloseResponse
impl StructuralPartialEq for CloseResponse
Auto Trait Implementations§
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