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