pub enum IndexXSessionActive {
True,
False,
}Expand description
IndexXSessionActive
JSON schema
{
"type": "string",
"enum": [
"true",
"false"
]
}Variants§
Trait Implementations§
Source§impl Clone for IndexXSessionActive
impl Clone for IndexXSessionActive
Source§fn clone(&self) -> IndexXSessionActive
fn clone(&self) -> IndexXSessionActive
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 moreimpl Copy for IndexXSessionActive
Source§impl Debug for IndexXSessionActive
impl Debug for IndexXSessionActive
Source§impl<'de> Deserialize<'de> for IndexXSessionActive
impl<'de> Deserialize<'de> for IndexXSessionActive
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 IndexXSessionActive
impl Display for IndexXSessionActive
impl Eq for IndexXSessionActive
Source§impl FromStr for IndexXSessionActive
impl FromStr for IndexXSessionActive
Source§impl Hash for IndexXSessionActive
impl Hash for IndexXSessionActive
Source§impl Ord for IndexXSessionActive
impl Ord for IndexXSessionActive
Source§fn cmp(&self, other: &IndexXSessionActive) -> Ordering
fn cmp(&self, other: &IndexXSessionActive) -> 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 IndexXSessionActive
impl PartialEq for IndexXSessionActive
Source§fn eq(&self, other: &IndexXSessionActive) -> bool
fn eq(&self, other: &IndexXSessionActive) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for IndexXSessionActive
impl PartialOrd for IndexXSessionActive
Source§impl Serialize for IndexXSessionActive
impl Serialize for IndexXSessionActive
impl StructuralPartialEq for IndexXSessionActive
Source§impl TryFrom<&String> for IndexXSessionActive
impl TryFrom<&String> for IndexXSessionActive
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<&str> for IndexXSessionActive
impl TryFrom<&str> for IndexXSessionActive
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<String> for IndexXSessionActive
impl TryFrom<String> for IndexXSessionActive
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Auto Trait Implementations§
impl Freeze for IndexXSessionActive
impl RefUnwindSafe for IndexXSessionActive
impl Send for IndexXSessionActive
impl Sync for IndexXSessionActive
impl Unpin for IndexXSessionActive
impl UnsafeUnpin for IndexXSessionActive
impl UnwindSafe for IndexXSessionActive
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