pub struct PingPayloadBuilder(/* private fields */);Implementations§
Source§impl PingPayloadBuilder
impl PingPayloadBuilder
pub const ITEMS_COUNT: usize = 2usize
pub fn set<I>(self, v: I) -> PingPayloadBuilderwhere
I: Into<PingPayloadUnion>,
Trait Implementations§
Source§impl Builder for PingPayloadBuilder
impl Builder for PingPayloadBuilder
Source§impl Clone for PingPayloadBuilder
impl Clone for PingPayloadBuilder
Source§fn clone(&self) -> PingPayloadBuilder
fn clone(&self) -> PingPayloadBuilder
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PingPayloadBuilder
impl Debug for PingPayloadBuilder
Source§impl Default for PingPayloadBuilder
impl Default for PingPayloadBuilder
Source§fn default() -> PingPayloadBuilder
fn default() -> PingPayloadBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for PingPayloadBuilder
impl RefUnwindSafe for PingPayloadBuilder
impl Send for PingPayloadBuilder
impl Sync for PingPayloadBuilder
impl Unpin for PingPayloadBuilder
impl UnwindSafe for PingPayloadBuilder
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)