Enum show_notes::e012::ThreeTypes
source · enum ThreeTypes {
_First,
Second,
_Third,
}
Variants§
Auto Trait Implementations§
impl Freeze for ThreeTypes
impl RefUnwindSafe for ThreeTypes
impl Send for ThreeTypes
impl Sync for ThreeTypes
impl Unpin for ThreeTypes
impl UnwindSafe for ThreeTypes
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