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