pub struct Case { /* private fields */ }Expand description
A single behaviour the view must exhibit.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Case
impl !UnwindSafe for Case
impl Freeze for Case
impl Send for Case
impl Sync for Case
impl Unpin for Case
impl UnsafeUnpin for Case
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