Enum test_docs::WhoLetTheDogOut
source · [−]pub enum WhoLetTheDogOut {
Woof,
Meow,
}
Expand description
Just a normal enum.
title!
Variants
Woof
Woof!
Meow
Meoooooooow…
Auto Trait Implementations
impl RefUnwindSafe for WhoLetTheDogOut
impl Send for WhoLetTheDogOut
impl Sync for WhoLetTheDogOut
impl Unpin for WhoLetTheDogOut
impl UnwindSafe for WhoLetTheDogOut
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more