Struct rabbitmq_stream_protocol::commands::credit::CreditCommand
source · pub struct CreditCommand { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Debug for CreditCommand
impl Debug for CreditCommand
source§impl Decoder for CreditCommand
impl Decoder for CreditCommand
source§impl Encoder for CreditCommand
impl Encoder for CreditCommand
source§impl From<CreditCommand> for RequestKind
impl From<CreditCommand> for RequestKind
source§fn from(cmd: CreditCommand) -> Self
fn from(cmd: CreditCommand) -> Self
Converts to this type from the input type.
source§impl PartialEq for CreditCommand
impl PartialEq for CreditCommand
impl Eq for CreditCommand
impl StructuralPartialEq for CreditCommand
Auto Trait Implementations§
impl Freeze for CreditCommand
impl RefUnwindSafe for CreditCommand
impl Send for CreditCommand
impl Sync for CreditCommand
impl Unpin for CreditCommand
impl UnwindSafe for CreditCommand
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