pub struct PingCallbacks { /* private fields */ }Implementations§
Source§impl PingCallbacks
impl PingCallbacks
Auto Trait Implementations§
impl Freeze for PingCallbacks
impl !RefUnwindSafe for PingCallbacks
impl !Send for PingCallbacks
impl !Sync for PingCallbacks
impl Unpin for PingCallbacks
impl !UnwindSafe for PingCallbacks
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