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