Struct rabbitmq_stream_protocol::commands::close::CloseResponse
source · [−]pub struct CloseResponse { /* private fields */ }
Implementations
sourceimpl CloseResponse
impl CloseResponse
Trait Implementations
sourceimpl Debug for CloseResponse
impl Debug for CloseResponse
sourceimpl Decoder for CloseResponse
impl Decoder for CloseResponse
sourceimpl Encoder for CloseResponse
impl Encoder for CloseResponse
fn encode(&self, writer: &mut impl Write) -> Result<(), EncodeError>
fn encoded_size(&self) -> u32
sourceimpl FromResponse for CloseResponse
impl FromResponse for CloseResponse
fn from_response(response: Response) -> Option<Self>
sourceimpl PartialEq<CloseResponse> for CloseResponse
impl PartialEq<CloseResponse> for CloseResponse
sourcefn 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 ==
. Read more
sourcefn ne(&self, other: &CloseResponse) -> bool
fn ne(&self, other: &CloseResponse) -> bool
This method tests for !=
.
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more