pub struct EnumField {
pub doc: String,
pub name: Ident,
pub kind: EnumKind,
}
Fields§
§doc: String
§name: Ident
§kind: EnumKind
Implementations§
Auto Trait Implementations§
impl Freeze for EnumField
impl RefUnwindSafe for EnumField
impl Send for EnumField
impl Sync for EnumField
impl Unpin for EnumField
impl UnwindSafe for EnumField
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