pub struct DeletePublisherCommand { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Command for DeletePublisherCommand
impl Command for DeletePublisherCommand
Source§impl Debug for DeletePublisherCommand
impl Debug for DeletePublisherCommand
Source§impl Decoder for DeletePublisherCommand
impl Decoder for DeletePublisherCommand
fn decode(input: &[u8]) -> Result<(&[u8], Self), DecodeError>
fn decode_version_2(input: &[u8]) -> Result<(&[u8], Self), DecodeError>
Source§impl Encoder for DeletePublisherCommand
impl Encoder for DeletePublisherCommand
fn encoded_size(&self) -> u32
fn encode(&self, writer: &mut impl Write) -> Result<(), EncodeError>
fn encoded_size_version_2(&self) -> u32
fn encode_version_2(&self, writer: &mut impl Write) -> Result<(), EncodeError>
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