pub struct PingPayload(/* private fields */);
Implementations§
Source§impl PingPayload
impl PingPayload
pub const ITEMS_COUNT: usize = 2usize
pub fn item_id(&self) -> u32
pub fn to_enum(&self) -> PingPayloadUnion
pub fn as_reader<'r>(&'r self) -> PingPayloadReader<'r>
Trait Implementations§
Source§impl Clone for PingPayload
impl Clone for PingPayload
Source§fn clone(&self) -> PingPayload
fn clone(&self) -> PingPayload
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 PingPayload
impl Debug for PingPayload
Source§impl Default for PingPayload
impl Default for PingPayload
Source§fn default() -> PingPayload
fn default() -> PingPayload
Returns the “default value” for a type. Read more
Source§impl Display for PingPayload
impl Display for PingPayload
Source§impl Entity for PingPayload
impl Entity for PingPayload
const NAME: &'static str = "PingPayload"
type Builder = PingPayloadBuilder
fn new_unchecked(data: Bytes) -> PingPayload
fn as_bytes(&self) -> Bytes
fn as_slice(&self) -> &[u8] ⓘ
fn from_slice(slice: &[u8]) -> Result<PingPayload, VerificationError>
fn from_compatible_slice(slice: &[u8]) -> Result<PingPayload, VerificationError>
fn new_builder() -> <PingPayload as Entity>::Builder
fn as_builder(self) -> <PingPayload as Entity>::Builder
Auto Trait Implementations§
impl !Freeze for PingPayload
impl RefUnwindSafe for PingPayload
impl Send for PingPayload
impl Sync for PingPayload
impl Unpin for PingPayload
impl UnwindSafe for PingPayload
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
)