pub struct VariantId(pub usize);
Expand description
The id of a variant inside an enum.
Tuple Fields§
§0: usize
Implementations§
Trait Implementations§
Source§impl Ord for VariantId
impl Ord for VariantId
Source§impl PartialOrd for VariantId
impl PartialOrd for VariantId
impl Copy for VariantId
impl Eq for VariantId
impl StructuralPartialEq for VariantId
Auto Trait Implementations§
impl Freeze for VariantId
impl RefUnwindSafe for VariantId
impl Send for VariantId
impl Sync for VariantId
impl Unpin for VariantId
impl UnwindSafe for VariantId
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