pub enum InteractionLevel {
Autonomous,
Supervised,
Collaborative,
Interactive,
Pairing,
}Variants§
Trait Implementations§
Source§impl Clone for InteractionLevel
impl Clone for InteractionLevel
Source§fn clone(&self) -> InteractionLevel
fn clone(&self) -> InteractionLevel
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 InteractionLevel
impl Debug for InteractionLevel
Source§impl Default for InteractionLevel
impl Default for InteractionLevel
Source§fn default() -> InteractionLevel
fn default() -> InteractionLevel
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InteractionLevel
impl<'de> Deserialize<'de> for InteractionLevel
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 Display for InteractionLevel
impl Display for InteractionLevel
Source§impl Ord for InteractionLevel
impl Ord for InteractionLevel
Source§fn cmp(&self, other: &InteractionLevel) -> Ordering
fn cmp(&self, other: &InteractionLevel) -> 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 InteractionLevel
impl PartialEq for InteractionLevel
Source§impl PartialOrd for InteractionLevel
impl PartialOrd for InteractionLevel
Source§impl Serialize for InteractionLevel
impl Serialize for InteractionLevel
impl Copy for InteractionLevel
impl Eq for InteractionLevel
impl StructuralPartialEq for InteractionLevel
Auto Trait Implementations§
impl Freeze for InteractionLevel
impl RefUnwindSafe for InteractionLevel
impl Send for InteractionLevel
impl Sync for InteractionLevel
impl Unpin for InteractionLevel
impl UnsafeUnpin for InteractionLevel
impl UnwindSafe for InteractionLevel
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.