Fields
publisher_id: u8
publishing_ids: Vec<u64>
Implementations
Trait Implementations
sourceimpl Debug for PublishConfirm
impl Debug for PublishConfirm
sourceimpl Decoder for PublishConfirm
impl Decoder for PublishConfirm
sourceimpl Encoder for PublishConfirm
impl Encoder for PublishConfirm
fn encode(&self, writer: &mut impl Write) -> Result<(), EncodeError>
fn encoded_size(&self) -> u32
sourceimpl PartialEq<PublishConfirm> for PublishConfirm
impl PartialEq<PublishConfirm> for PublishConfirm
sourcefn eq(&self, other: &PublishConfirm) -> bool
fn eq(&self, other: &PublishConfirm) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &PublishConfirm) -> bool
fn ne(&self, other: &PublishConfirm) -> bool
This method tests for !=
.
impl StructuralPartialEq for PublishConfirm
Auto Trait Implementations
impl RefUnwindSafe for PublishConfirm
impl Send for PublishConfirm
impl Sync for PublishConfirm
impl Unpin for PublishConfirm
impl UnwindSafe for PublishConfirm
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