pub enum IsHideTag {
Yes,
No,
}Expand description
An enum should display its tags
Variants§
Trait Implementations§
impl Copy for IsHideTag
impl Eq for IsHideTag
impl StructuralPartialEq for IsHideTag
Auto Trait Implementations§
impl Freeze for IsHideTag
impl RefUnwindSafe for IsHideTag
impl Send for IsHideTag
impl Sync for IsHideTag
impl Unpin for IsHideTag
impl UnsafeUnpin for IsHideTag
impl UnwindSafe for IsHideTag
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