enum CaseKind {
Complete,
Default,
Normal(Pat, Expr),
}
Variants§
Auto Trait Implementations§
impl Freeze for CaseKind
impl RefUnwindSafe for CaseKind
impl !Send for CaseKind
impl !Sync for CaseKind
impl Unpin for CaseKind
impl UnwindSafe for CaseKind
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