pub struct EnumData {
pub modifiers: Option<NodeList>,
pub name: NodeIndex,
pub members: NodeList,
}Expand description
Data for enum declarations
Fields§
§modifiers: Option<NodeList>§name: NodeIndex§members: NodeListTrait Implementations§
Source§impl<'de> Deserialize<'de> for EnumData
impl<'de> Deserialize<'de> for EnumData
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for EnumData
impl RefUnwindSafe for EnumData
impl Send for EnumData
impl Sync for EnumData
impl Unpin for EnumData
impl UnsafeUnpin for EnumData
impl UnwindSafe for EnumData
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