pub struct EnumSpec {
pub name: String,
pub attributes: Elements,
pub elements: Elements,
pub public: bool,
}
Fields§
§name: String
§attributes: Elements
§elements: Elements
§public: bool
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EnumSpec
impl RefUnwindSafe for EnumSpec
impl Send for EnumSpec
impl Sync for EnumSpec
impl Unpin for EnumSpec
impl UnwindSafe for EnumSpec
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