pub struct EnumTag {
pub subject: Expr,
}Fields§
§subject: ExprTrait Implementations§
Auto Trait Implementations§
impl Freeze for EnumTag
impl RefUnwindSafe for EnumTag
impl Send for EnumTag
impl Sync for EnumTag
impl Unpin for EnumTag
impl UnsafeUnpin for EnumTag
impl UnwindSafe for EnumTag
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