pub enum VarSeqKind {
Seq1,
Seq2,
Seq4,
}
Expand description
The Kind or Length of a VarSeq
Variants§
Trait Implementations§
Source§impl Clone for VarSeqKind
impl Clone for VarSeqKind
Source§fn clone(&self) -> VarSeqKind
fn clone(&self) -> VarSeqKind
Returns a copy 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 VarSeqKind
impl Debug for VarSeqKind
Source§impl PartialEq for VarSeqKind
impl PartialEq for VarSeqKind
impl Copy for VarSeqKind
impl Eq for VarSeqKind
impl StructuralPartialEq for VarSeqKind
Auto Trait Implementations§
impl Freeze for VarSeqKind
impl RefUnwindSafe for VarSeqKind
impl Send for VarSeqKind
impl Sync for VarSeqKind
impl Unpin for VarSeqKind
impl UnwindSafe for VarSeqKind
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