pub struct PingParamsBuilder { /* private fields */ }Expand description
Builder for PingParams.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PingParamsBuilder
impl RefUnwindSafe for PingParamsBuilder
impl Send for PingParamsBuilder
impl Sync for PingParamsBuilder
impl Unpin for PingParamsBuilder
impl UnsafeUnpin for PingParamsBuilder
impl UnwindSafe for PingParamsBuilder
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