Struct h2::proto::ping_pong::PendingPing
source · struct PendingPing {
payload: [u8; 8],
sent: bool,
}
Fields§
§payload: [u8; 8]
§sent: bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PendingPing
impl RefUnwindSafe for PendingPing
impl Send for PendingPing
impl Sync for PendingPing
impl Unpin for PendingPing
impl UnwindSafe for PendingPing
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