pub enum SequenceContentItemSubtype2Bracket {
Yes,
No,
Auto,
}Expand description
SequenceContentItemSubtype2Bracket
JSON schema
{
"type": "string",
"enum": [
"yes",
"no",
"auto"
]
}Variants§
Trait Implementations§
Source§impl Clone for SequenceContentItemSubtype2Bracket
impl Clone for SequenceContentItemSubtype2Bracket
Source§fn clone(&self) -> SequenceContentItemSubtype2Bracket
fn clone(&self) -> SequenceContentItemSubtype2Bracket
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<'de> Deserialize<'de> for SequenceContentItemSubtype2Bracket
impl<'de> Deserialize<'de> for SequenceContentItemSubtype2Bracket
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 From<&SequenceContentItemSubtype2Bracket> for SequenceContentItemSubtype2Bracket
impl From<&SequenceContentItemSubtype2Bracket> for SequenceContentItemSubtype2Bracket
Source§fn from(value: &SequenceContentItemSubtype2Bracket) -> Self
fn from(value: &SequenceContentItemSubtype2Bracket) -> Self
Converts to this type from the input type.
Source§impl Ord for SequenceContentItemSubtype2Bracket
impl Ord for SequenceContentItemSubtype2Bracket
Source§fn cmp(&self, other: &SequenceContentItemSubtype2Bracket) -> Ordering
fn cmp(&self, other: &SequenceContentItemSubtype2Bracket) -> 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 SequenceContentItemSubtype2Bracket
impl PartialEq for SequenceContentItemSubtype2Bracket
Source§fn eq(&self, other: &SequenceContentItemSubtype2Bracket) -> bool
fn eq(&self, other: &SequenceContentItemSubtype2Bracket) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for SequenceContentItemSubtype2Bracket
impl PartialOrd for SequenceContentItemSubtype2Bracket
Source§impl TryFrom<&String> for SequenceContentItemSubtype2Bracket
impl TryFrom<&String> for SequenceContentItemSubtype2Bracket
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<&str> for SequenceContentItemSubtype2Bracket
impl TryFrom<&str> for SequenceContentItemSubtype2Bracket
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<String> for SequenceContentItemSubtype2Bracket
impl TryFrom<String> for SequenceContentItemSubtype2Bracket
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
impl Copy for SequenceContentItemSubtype2Bracket
impl Eq for SequenceContentItemSubtype2Bracket
impl StructuralPartialEq for SequenceContentItemSubtype2Bracket
Auto Trait Implementations§
impl Freeze for SequenceContentItemSubtype2Bracket
impl RefUnwindSafe for SequenceContentItemSubtype2Bracket
impl Send for SequenceContentItemSubtype2Bracket
impl Sync for SequenceContentItemSubtype2Bracket
impl Unpin for SequenceContentItemSubtype2Bracket
impl UnwindSafe for SequenceContentItemSubtype2Bracket
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