pub struct PongInfo {
pub lower_millis: u16,
}Fields§
§lower_millis: u16Trait Implementations§
Source§impl Deserialize for PongInfo
impl Deserialize for PongInfo
fn deserialize(stream: &mut impl ReadOctetStream) -> Result<Self>
Auto Trait Implementations§
impl Freeze for PongInfo
impl RefUnwindSafe for PongInfo
impl Send for PongInfo
impl Sync for PongInfo
impl Unpin for PongInfo
impl UnwindSafe for PongInfo
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