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