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