pub struct ConsumerUpdateCommand { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Command for ConsumerUpdateCommand
impl Command for ConsumerUpdateCommand
Source§impl Debug for ConsumerUpdateCommand
impl Debug for ConsumerUpdateCommand
Source§impl Decoder for ConsumerUpdateCommand
impl Decoder for ConsumerUpdateCommand
fn decode(input: &[u8]) -> Result<(&[u8], Self), DecodeError>
fn decode_version_2(input: &[u8]) -> Result<(&[u8], Self), DecodeError>
Source§impl Encoder for ConsumerUpdateCommand
impl Encoder for ConsumerUpdateCommand
fn encoded_size(&self) -> u32
fn encode(&self, writer: &mut impl Write) -> Result<(), EncodeError>
fn encoded_size_version_2(&self) -> u32
fn encode_version_2(&self, writer: &mut impl Write) -> Result<(), EncodeError>
Source§impl PartialEq for ConsumerUpdateCommand
impl PartialEq for ConsumerUpdateCommand
impl Eq for ConsumerUpdateCommand
impl StructuralPartialEq for ConsumerUpdateCommand
Auto Trait Implementations§
impl Freeze for ConsumerUpdateCommand
impl RefUnwindSafe for ConsumerUpdateCommand
impl Send for ConsumerUpdateCommand
impl Sync for ConsumerUpdateCommand
impl Unpin for ConsumerUpdateCommand
impl UnwindSafe for ConsumerUpdateCommand
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