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