pub struct PingBuilder { /* private fields */ }Implementations§
Source§impl PingBuilder
impl PingBuilder
pub const FIELD_COUNT: usize = 1usize
pub fn nonce<T>(self, v: T) -> PingBuilder
Trait Implementations§
Source§impl Builder for PingBuilder
impl Builder for PingBuilder
Source§impl Clone for PingBuilder
impl Clone for PingBuilder
Source§fn clone(&self) -> PingBuilder
fn clone(&self) -> PingBuilder
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 PingBuilder
impl Debug for PingBuilder
Source§impl Default for PingBuilder
impl Default for PingBuilder
Source§fn default() -> PingBuilder
fn default() -> PingBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for PingBuilder
impl RefUnwindSafe for PingBuilder
impl Send for PingBuilder
impl Sync for PingBuilder
impl Unpin for PingBuilder
impl UnwindSafe for PingBuilder
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)