pub struct LiveServerSessionResumptionUpdate {
pub new_handle: Option<String>,
pub resumable: Option<bool>,
pub last_consumed_client_message_index: Option<String>,
}Expand description
Update of the session resumption state.
Fields§
§new_handle: Option<String>§resumable: Option<bool>§last_consumed_client_message_index: Option<String>Trait Implementations§
Source§impl Clone for LiveServerSessionResumptionUpdate
impl Clone for LiveServerSessionResumptionUpdate
Source§fn clone(&self) -> LiveServerSessionResumptionUpdate
fn clone(&self) -> LiveServerSessionResumptionUpdate
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for LiveServerSessionResumptionUpdate
impl<'de> Deserialize<'de> for LiveServerSessionResumptionUpdate
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for LiveServerSessionResumptionUpdate
impl RefUnwindSafe for LiveServerSessionResumptionUpdate
impl Send for LiveServerSessionResumptionUpdate
impl Sync for LiveServerSessionResumptionUpdate
impl Unpin for LiveServerSessionResumptionUpdate
impl UnsafeUnpin for LiveServerSessionResumptionUpdate
impl UnwindSafe for LiveServerSessionResumptionUpdate
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