pub enum SessionsOpenHandoffKind {
Handoff,
}Expand description
Fetch a remote session and hand it off to a new local session.
Variants§
Handoff
Trait Implementations§
Source§impl Clone for SessionsOpenHandoffKind
impl Clone for SessionsOpenHandoffKind
Source§fn clone(&self) -> SessionsOpenHandoffKind
fn clone(&self) -> SessionsOpenHandoffKind
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 SessionsOpenHandoffKind
impl Debug for SessionsOpenHandoffKind
Source§impl Default for SessionsOpenHandoffKind
impl Default for SessionsOpenHandoffKind
Source§fn default() -> SessionsOpenHandoffKind
fn default() -> SessionsOpenHandoffKind
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SessionsOpenHandoffKind
impl<'de> Deserialize<'de> for SessionsOpenHandoffKind
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 SessionsOpenHandoffKind
Source§impl PartialEq for SessionsOpenHandoffKind
impl PartialEq for SessionsOpenHandoffKind
Source§fn eq(&self, other: &SessionsOpenHandoffKind) -> bool
fn eq(&self, other: &SessionsOpenHandoffKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for SessionsOpenHandoffKind
impl Serialize for SessionsOpenHandoffKind
impl StructuralPartialEq for SessionsOpenHandoffKind
Auto Trait Implementations§
impl Freeze for SessionsOpenHandoffKind
impl RefUnwindSafe for SessionsOpenHandoffKind
impl Send for SessionsOpenHandoffKind
impl Sync for SessionsOpenHandoffKind
impl Unpin for SessionsOpenHandoffKind
impl UnsafeUnpin for SessionsOpenHandoffKind
impl UnwindSafe for SessionsOpenHandoffKind
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