pub enum AnEnum {
WithVariants {
and: usize,
sub: usize,
variants: usize,
},
}Expand description
Some doc with code!
Variants§
Auto Trait Implementations§
impl Freeze for AnEnum
impl RefUnwindSafe for AnEnum
impl Send for AnEnum
impl Sync for AnEnum
impl Unpin for AnEnum
impl UnwindSafe for AnEnum
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