pub enum FooBar {
Bar(Bar),
Foo(Foo),
}
Expand description
Baz
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FooBar
impl RefUnwindSafe for FooBar
impl !Send for FooBar
impl !Sync for FooBar
impl Unpin for FooBar
impl UnwindSafe for FooBar
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