pub struct MetadataCommand { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Debug for MetadataCommand
impl Debug for MetadataCommand
Source§impl Decoder for MetadataCommand
impl Decoder for MetadataCommand
fn decode(input: &[u8]) -> Result<(&[u8], Self), DecodeError>
fn decode_version_2(input: &[u8]) -> Result<(&[u8], Self), DecodeError>
Source§impl Encoder for MetadataCommand
impl Encoder for MetadataCommand
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 From<MetadataCommand> for RequestKind
impl From<MetadataCommand> for RequestKind
Source§fn from(cmd: MetadataCommand) -> Self
fn from(cmd: MetadataCommand) -> Self
Converts to this type from the input type.
Source§impl PartialEq for MetadataCommand
impl PartialEq for MetadataCommand
impl Eq for MetadataCommand
impl StructuralPartialEq for MetadataCommand
Auto Trait Implementations§
impl Freeze for MetadataCommand
impl RefUnwindSafe for MetadataCommand
impl Send for MetadataCommand
impl Sync for MetadataCommand
impl Unpin for MetadataCommand
impl UnwindSafe for MetadataCommand
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