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
source§impl Encoder for MetadataCommand
 
impl Encoder for MetadataCommand
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<MetadataCommand> for MetadataCommand
 
impl PartialEq<MetadataCommand> for MetadataCommand
source§fn eq(&self, other: &MetadataCommand) -> bool
 
fn eq(&self, other: &MetadataCommand) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl Eq for MetadataCommand
impl StructuralEq for MetadataCommand
impl StructuralPartialEq for MetadataCommand
Auto Trait Implementations§
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