pub struct EnumValue(/* private fields */);
Expand description
Representation of a single enum value of an EnumClass
.
Implementations§
Trait Implementations§
Source§impl Ord for EnumValue
impl Ord for EnumValue
Source§impl PartialOrd for EnumValue
impl PartialOrd for EnumValue
impl Eq for EnumValue
Auto Trait Implementations§
impl Freeze for EnumValue
impl RefUnwindSafe for EnumValue
impl !Send for EnumValue
impl !Sync for EnumValue
impl Unpin for EnumValue
impl UnwindSafe for EnumValue
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