pub struct DeclarePublisherCommand { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Debug for DeclarePublisherCommand
impl Debug for DeclarePublisherCommand
source§impl Decoder for DeclarePublisherCommand
impl Decoder for DeclarePublisherCommand
source§impl Encoder for DeclarePublisherCommand
impl Encoder for DeclarePublisherCommand
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