pub struct DeclarePublisherCommand { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Command for DeclarePublisherCommand
impl Command for DeclarePublisherCommand
Source§impl Debug for DeclarePublisherCommand
impl Debug for DeclarePublisherCommand
Source§impl Decoder for DeclarePublisherCommand
impl Decoder for DeclarePublisherCommand
fn decode(input: &[u8]) -> Result<(&[u8], Self), DecodeError>
fn decode_version_2(input: &[u8]) -> Result<(&[u8], Self), DecodeError>
Source§impl Encoder for DeclarePublisherCommand
impl Encoder for DeclarePublisherCommand
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<DeclarePublisherCommand> for RequestKind
impl From<DeclarePublisherCommand> for RequestKind
Source§fn from(cmd: DeclarePublisherCommand) -> Self
fn from(cmd: DeclarePublisherCommand) -> Self
Converts to this type from the input type.
Source§impl PartialEq for DeclarePublisherCommand
impl PartialEq for DeclarePublisherCommand
impl Eq for DeclarePublisherCommand
impl StructuralPartialEq for DeclarePublisherCommand
Auto Trait Implementations§
impl Freeze for DeclarePublisherCommand
impl RefUnwindSafe for DeclarePublisherCommand
impl Send for DeclarePublisherCommand
impl Sync for DeclarePublisherCommand
impl Unpin for DeclarePublisherCommand
impl UnwindSafe for DeclarePublisherCommand
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