pub enum HandoffExecution {
Client,
Server,
}Expand description
Variants§
Trait Implementations§
Source§impl Clone for HandoffExecution
impl Clone for HandoffExecution
Source§fn clone(&self) -> HandoffExecution
fn clone(&self) -> HandoffExecution
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 HandoffExecution
impl Debug for HandoffExecution
Source§impl Default for HandoffExecution
impl Default for HandoffExecution
Source§fn default() -> HandoffExecution
fn default() -> HandoffExecution
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for HandoffExecution
impl<'de> Deserialize<'de> for HandoffExecution
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
Source§impl Hash for HandoffExecution
impl Hash for HandoffExecution
Source§impl Ord for HandoffExecution
impl Ord for HandoffExecution
Source§fn cmp(&self, other: &HandoffExecution) -> Ordering
fn cmp(&self, other: &HandoffExecution) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for HandoffExecution
impl PartialEq for HandoffExecution
Source§impl PartialOrd for HandoffExecution
impl PartialOrd for HandoffExecution
Source§impl Serialize for HandoffExecution
impl Serialize for HandoffExecution
impl Copy for HandoffExecution
impl Eq for HandoffExecution
impl StructuralPartialEq for HandoffExecution
Auto Trait Implementations§
impl Freeze for HandoffExecution
impl RefUnwindSafe for HandoffExecution
impl Send for HandoffExecution
impl Sync for HandoffExecution
impl Unpin for HandoffExecution
impl UnsafeUnpin for HandoffExecution
impl UnwindSafe for HandoffExecution
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