Struct rabbitmq_stream_protocol::commands::open::OpenCommand
source · [−]pub struct OpenCommand { /* private fields */ }
Implementations
Trait Implementations
sourceimpl Debug for OpenCommand
impl Debug for OpenCommand
sourceimpl Decoder for OpenCommand
impl Decoder for OpenCommand
sourceimpl Encoder for OpenCommand
impl Encoder for OpenCommand
fn encode(&self, writer: &mut impl Write) -> Result<(), EncodeError>
fn encoded_size(&self) -> u32
sourceimpl From<OpenCommand> for RequestKind
impl From<OpenCommand> for RequestKind
sourcefn from(cmd: OpenCommand) -> Self
fn from(cmd: OpenCommand) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<OpenCommand> for OpenCommand
impl PartialEq<OpenCommand> for OpenCommand
sourcefn 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 ==
. Read more
sourcefn ne(&self, other: &OpenCommand) -> bool
fn ne(&self, other: &OpenCommand) -> bool
This method tests for !=
.
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
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