pub struct DiscoveryPayload(/* private fields */);
Implementations§
Source§impl DiscoveryPayload
impl DiscoveryPayload
pub const ITEMS_COUNT: usize = 2usize
pub fn item_id(&self) -> Number
pub fn to_enum(&self) -> DiscoveryPayloadUnion
pub fn as_reader<'r>(&'r self) -> DiscoveryPayloadReader<'r>
Trait Implementations§
Source§impl Clone for DiscoveryPayload
impl Clone for DiscoveryPayload
Source§fn clone(&self) -> DiscoveryPayload
fn clone(&self) -> DiscoveryPayload
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DiscoveryPayload
impl Debug for DiscoveryPayload
Source§impl Default for DiscoveryPayload
impl Default for DiscoveryPayload
Source§impl Display for DiscoveryPayload
impl Display for DiscoveryPayload
Source§impl Entity for DiscoveryPayload
impl Entity for DiscoveryPayload
const NAME: &'static str = "DiscoveryPayload"
type Builder = DiscoveryPayloadBuilder
fn new_unchecked(data: Bytes) -> Self
fn as_bytes(&self) -> Bytes
fn as_slice(&self) -> &[u8] ⓘ
fn from_slice(slice: &[u8]) -> VerificationResult<Self>
fn from_compatible_slice(slice: &[u8]) -> VerificationResult<Self>
fn new_builder() -> Self::Builder
fn as_builder(self) -> Self::Builder
Auto Trait Implementations§
impl !Freeze for DiscoveryPayload
impl RefUnwindSafe for DiscoveryPayload
impl Send for DiscoveryPayload
impl Sync for DiscoveryPayload
impl Unpin for DiscoveryPayload
impl UnwindSafe for DiscoveryPayload
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)