pub struct LiveSessionResumptionState {
pub handle: Option<String>,
pub resumable: Option<bool>,
pub last_consumed_client_message_index: Option<String>,
}Fields§
§handle: Option<String>§resumable: Option<bool>§last_consumed_client_message_index: Option<String>Trait Implementations§
Source§impl Clone for LiveSessionResumptionState
impl Clone for LiveSessionResumptionState
Source§fn clone(&self) -> LiveSessionResumptionState
fn clone(&self) -> LiveSessionResumptionState
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 Debug for LiveSessionResumptionState
impl Debug for LiveSessionResumptionState
Source§impl Default for LiveSessionResumptionState
impl Default for LiveSessionResumptionState
Source§fn default() -> LiveSessionResumptionState
fn default() -> LiveSessionResumptionState
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LiveSessionResumptionState
impl RefUnwindSafe for LiveSessionResumptionState
impl Send for LiveSessionResumptionState
impl Sync for LiveSessionResumptionState
impl Unpin for LiveSessionResumptionState
impl UnsafeUnpin for LiveSessionResumptionState
impl UnwindSafe for LiveSessionResumptionState
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