pub struct EnumExpr {
pub consts: Ident,
}Fields§
§consts: IdentTrait Implementations§
impl StructuralPartialEq for EnumExpr
Auto Trait Implementations§
impl Freeze for EnumExpr
impl RefUnwindSafe for EnumExpr
impl Send for EnumExpr
impl Sync for EnumExpr
impl Unpin for EnumExpr
impl UnwindSafe for EnumExpr
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