pub enum NonSteerableTurnKind {
Review,
Compact,
}Expand description
NonSteerableTurnKind
JSON schema
{
"type": "string",
"enum": [
"review",
"compact"
]
}Variants§
Trait Implementations§
Source§impl Clone for NonSteerableTurnKind
impl Clone for NonSteerableTurnKind
Source§fn clone(&self) -> NonSteerableTurnKind
fn clone(&self) -> NonSteerableTurnKind
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 NonSteerableTurnKind
impl Debug for NonSteerableTurnKind
Source§impl<'de> Deserialize<'de> for NonSteerableTurnKind
impl<'de> Deserialize<'de> for NonSteerableTurnKind
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 NonSteerableTurnKind
impl Display for NonSteerableTurnKind
Source§impl FromStr for NonSteerableTurnKind
impl FromStr for NonSteerableTurnKind
Source§impl Hash for NonSteerableTurnKind
impl Hash for NonSteerableTurnKind
Source§impl Ord for NonSteerableTurnKind
impl Ord for NonSteerableTurnKind
Source§fn cmp(&self, other: &NonSteerableTurnKind) -> Ordering
fn cmp(&self, other: &NonSteerableTurnKind) -> Ordering
1.21.0 (const: unstable) · 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 NonSteerableTurnKind
impl PartialEq for NonSteerableTurnKind
Source§fn eq(&self, other: &NonSteerableTurnKind) -> bool
fn eq(&self, other: &NonSteerableTurnKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for NonSteerableTurnKind
impl PartialOrd for NonSteerableTurnKind
Source§impl Serialize for NonSteerableTurnKind
impl Serialize for NonSteerableTurnKind
Source§impl TryFrom<&String> for NonSteerableTurnKind
impl TryFrom<&String> for NonSteerableTurnKind
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<&str> for NonSteerableTurnKind
impl TryFrom<&str> for NonSteerableTurnKind
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<String> for NonSteerableTurnKind
impl TryFrom<String> for NonSteerableTurnKind
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
impl Copy for NonSteerableTurnKind
impl Eq for NonSteerableTurnKind
impl StructuralPartialEq for NonSteerableTurnKind
Auto Trait Implementations§
impl Freeze for NonSteerableTurnKind
impl RefUnwindSafe for NonSteerableTurnKind
impl Send for NonSteerableTurnKind
impl Sync for NonSteerableTurnKind
impl Unpin for NonSteerableTurnKind
impl UnsafeUnpin for NonSteerableTurnKind
impl UnwindSafe for NonSteerableTurnKind
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,
§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.