pub enum SeqPropKind {
Start,
Increment,
Minvalue,
Maxvalue,
Cache,
Cycle,
NoCycle,
OwnedBy,
Order,
NoOrder,
Comment,
}Expand description
Sequence property tag for ordering
Variants§
Trait Implementations§
Source§impl Clone for SeqPropKind
impl Clone for SeqPropKind
Source§fn clone(&self) -> SeqPropKind
fn clone(&self) -> SeqPropKind
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 Debug for SeqPropKind
impl Debug for SeqPropKind
Source§impl<'de> Deserialize<'de> for SeqPropKind
impl<'de> Deserialize<'de> for SeqPropKind
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 PartialEq for SeqPropKind
impl PartialEq for SeqPropKind
Source§impl Serialize for SeqPropKind
impl Serialize for SeqPropKind
impl StructuralPartialEq for SeqPropKind
Auto Trait Implementations§
impl Freeze for SeqPropKind
impl RefUnwindSafe for SeqPropKind
impl Send for SeqPropKind
impl Sync for SeqPropKind
impl Unpin for SeqPropKind
impl UnwindSafe for SeqPropKind
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