Struct rabbitmq_stream_protocol::commands::open::OpenCommand
source · pub struct OpenCommand { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Debug for OpenCommand
impl Debug for OpenCommand
source§impl Decoder for OpenCommand
impl Decoder for OpenCommand
source§impl Encoder for OpenCommand
impl Encoder for OpenCommand
source§impl From<OpenCommand> for RequestKind
impl From<OpenCommand> for RequestKind
source§fn from(cmd: OpenCommand) -> Self
fn from(cmd: OpenCommand) -> Self
Converts to this type from the input type.
source§impl PartialEq for OpenCommand
impl PartialEq for OpenCommand
source§fn eq(&self, other: &OpenCommand) -> bool
fn eq(&self, other: &OpenCommand) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for OpenCommand
impl StructuralEq for OpenCommand
impl StructuralPartialEq for OpenCommand
Auto Trait Implementations§
impl RefUnwindSafe for OpenCommand
impl Send for OpenCommand
impl Sync for OpenCommand
impl Unpin for OpenCommand
impl UnwindSafe for OpenCommand
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