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