pub struct MetadataUpdateCommand { /* private fields */ }
Trait Implementations§
source§impl Debug for MetadataUpdateCommand
impl Debug for MetadataUpdateCommand
source§impl Decoder for MetadataUpdateCommand
impl Decoder for MetadataUpdateCommand
source§impl Encoder for MetadataUpdateCommand
impl Encoder for MetadataUpdateCommand
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