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 for CloseResponse
impl PartialEq for CloseResponse
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 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