Struct rabbitmq_stream_protocol::commands::metadata::MetadataCommand
source · [−]pub struct MetadataCommand { /* private fields */ }
Implementations
Trait Implementations
sourceimpl Debug for MetadataCommand
impl Debug for MetadataCommand
sourceimpl Decoder for MetadataCommand
impl Decoder for MetadataCommand
sourceimpl Encoder for MetadataCommand
impl Encoder for MetadataCommand
fn encoded_size(&self) -> u32
fn encode(&self, writer: &mut impl Write) -> Result<(), EncodeError>
sourceimpl From<MetadataCommand> for RequestKind
impl From<MetadataCommand> for RequestKind
sourcefn from(cmd: MetadataCommand) -> Self
fn from(cmd: MetadataCommand) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<MetadataCommand> for MetadataCommand
impl PartialEq<MetadataCommand> for MetadataCommand
sourcefn eq(&self, other: &MetadataCommand) -> bool
fn eq(&self, other: &MetadataCommand) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &MetadataCommand) -> bool
fn ne(&self, other: &MetadataCommand) -> bool
This method tests for !=
.
impl StructuralPartialEq for MetadataCommand
Auto Trait Implementations
impl RefUnwindSafe for MetadataCommand
impl Send for MetadataCommand
impl Sync for MetadataCommand
impl Unpin for MetadataCommand
impl UnwindSafe for MetadataCommand
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