pub struct ResumeOk {
pub last_received_client_position: u64,
/* private fields */
}Fields§
§last_received_client_position: u64Last Received Client Position
Unsigned 63-bit long of the last implied position the server received from the client.
Implementations§
Trait Implementations§
Source§impl Decoder for ResumeOk
impl Decoder for ResumeOk
Source§impl Encoder for ResumeOk
impl Encoder for ResumeOk
Source§impl FrameVariant for ResumeOk
impl FrameVariant for ResumeOk
Source§const FLAGS_MASK: FrameFlags
const FLAGS_MASK: FrameFlags
Mask that flags of a variant must be in.
Source§fn flags(&self) -> FrameFlags
fn flags(&self) -> FrameFlags
Gets the flags of the variant.
Source§const REQUIRED_FLAGS: FrameFlags = _
const REQUIRED_FLAGS: FrameFlags = _
Flags that must be set for a variant.
Auto Trait Implementations§
impl Freeze for ResumeOk
impl RefUnwindSafe for ResumeOk
impl Send for ResumeOk
impl Sync for ResumeOk
impl Unpin for ResumeOk
impl UnwindSafe for ResumeOk
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