pub enum AltCon {
DataAlt(DataConId),
LitAlt(Literal),
Default,
}Expand description
Case alternative constructor.
Variants§
Trait Implementations§
impl Eq for AltCon
impl StructuralPartialEq for AltCon
Auto Trait Implementations§
impl Freeze for AltCon
impl RefUnwindSafe for AltCon
impl Send for AltCon
impl Sync for AltCon
impl Unpin for AltCon
impl UnsafeUnpin for AltCon
impl UnwindSafe for AltCon
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