pub enum SessionsOpenResumeLastKind {
ResumeLast,
}Expand description
Resume the most relevant existing local session.
Variants§
ResumeLast
Trait Implementations§
Source§impl Clone for SessionsOpenResumeLastKind
impl Clone for SessionsOpenResumeLastKind
Source§fn clone(&self) -> SessionsOpenResumeLastKind
fn clone(&self) -> SessionsOpenResumeLastKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SessionsOpenResumeLastKind
impl Debug for SessionsOpenResumeLastKind
Source§impl Default for SessionsOpenResumeLastKind
impl Default for SessionsOpenResumeLastKind
Source§fn default() -> SessionsOpenResumeLastKind
fn default() -> SessionsOpenResumeLastKind
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SessionsOpenResumeLastKind
impl<'de> Deserialize<'de> for SessionsOpenResumeLastKind
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
impl Eq for SessionsOpenResumeLastKind
Source§impl PartialEq for SessionsOpenResumeLastKind
impl PartialEq for SessionsOpenResumeLastKind
Source§fn eq(&self, other: &SessionsOpenResumeLastKind) -> bool
fn eq(&self, other: &SessionsOpenResumeLastKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SessionsOpenResumeLastKind
Auto Trait Implementations§
impl Freeze for SessionsOpenResumeLastKind
impl RefUnwindSafe for SessionsOpenResumeLastKind
impl Send for SessionsOpenResumeLastKind
impl Sync for SessionsOpenResumeLastKind
impl Unpin for SessionsOpenResumeLastKind
impl UnsafeUnpin for SessionsOpenResumeLastKind
impl UnwindSafe for SessionsOpenResumeLastKind
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