pub struct PingOptions { /* private fields */ }
Expand description
Options for the ping
command.
Implementations§
Trait Implementations§
Source§impl Default for PingOptions
impl Default for PingOptions
Source§fn default() -> PingOptions
fn default() -> PingOptions
Returns the “default value” for a type. Read more
Source§impl ToArgs for PingOptions
impl ToArgs for PingOptions
Source§fn write_args(&self, args: &mut CommandArgs)
fn write_args(&self, args: &mut CommandArgs)
Write this Rust type as one ore multiple args into CommandArgs. Read more
Auto Trait Implementations§
impl Freeze for PingOptions
impl RefUnwindSafe for PingOptions
impl Send for PingOptions
impl Sync for PingOptions
impl Unpin for PingOptions
impl UnwindSafe for PingOptions
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