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