pub struct DeletePublisherCommand { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Debug for DeletePublisherCommand
impl Debug for DeletePublisherCommand
source§impl Decoder for DeletePublisherCommand
impl Decoder for DeletePublisherCommand
source§impl Encoder for DeletePublisherCommand
impl Encoder for DeletePublisherCommand
source§impl From<DeletePublisherCommand> for RequestKind
impl From<DeletePublisherCommand> for RequestKind
source§fn from(cmd: DeletePublisherCommand) -> Self
fn from(cmd: DeletePublisherCommand) -> Self
Converts to this type from the input type.
source§impl PartialEq for DeletePublisherCommand
impl PartialEq for DeletePublisherCommand
impl Eq for DeletePublisherCommand
impl StructuralPartialEq for DeletePublisherCommand
Auto Trait Implementations§
impl Freeze for DeletePublisherCommand
impl RefUnwindSafe for DeletePublisherCommand
impl Send for DeletePublisherCommand
impl Sync for DeletePublisherCommand
impl Unpin for DeletePublisherCommand
impl UnwindSafe for DeletePublisherCommand
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