Struct h2::proto::ping_pong::UserPingsRx
source · struct UserPingsRx(Arc<UserPingsInner>);
Tuple Fields§
§0: Arc<UserPingsInner>
Implementations§
source§impl UserPingsRx
impl UserPingsRx
fn receive_pong(&self) -> bool
Trait Implementations§
source§impl Debug for UserPingsRx
impl Debug for UserPingsRx
Auto Trait Implementations§
impl Freeze for UserPingsRx
impl !RefUnwindSafe for UserPingsRx
impl Send for UserPingsRx
impl Sync for UserPingsRx
impl Unpin for UserPingsRx
impl !UnwindSafe for UserPingsRx
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