#[non_exhaustive]pub struct PingOptions<'a> { /* private fields */ }Implementations§
Source§impl<'a> PingOptions<'a>
impl<'a> PingOptions<'a>
pub fn new() -> Self
pub fn on_behalf_of( self, on_behalf_of: impl Into<Option<&'a OnBehalfOfInfo>>, ) -> Self
Trait Implementations§
Source§impl<'a> Clone for PingOptions<'a>
impl<'a> Clone for PingOptions<'a>
Source§fn clone(&self) -> PingOptions<'a>
fn clone(&self) -> PingOptions<'a>
Returns a duplicate 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<'a> Debug for PingOptions<'a>
impl<'a> Debug for PingOptions<'a>
Source§impl<'a> Default for PingOptions<'a>
impl<'a> Default for PingOptions<'a>
Source§fn default() -> PingOptions<'a>
fn default() -> PingOptions<'a>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<'a> Freeze for PingOptions<'a>
impl<'a> RefUnwindSafe for PingOptions<'a>
impl<'a> Send for PingOptions<'a>
impl<'a> Sync for PingOptions<'a>
impl<'a> Unpin for PingOptions<'a>
impl<'a> UnsafeUnpin for PingOptions<'a>
impl<'a> UnwindSafe for PingOptions<'a>
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