Enum kodept_core::structure::rlt::Enum
source · pub enum Enum {
Stack {
keyword: Keyword,
id: TypeName,
contents: Option<Enclosed<Box<[TypeName]>>>,
},
Heap {
keyword: Keyword,
id: TypeName,
contents: Option<Enclosed<Box<[TypeName]>>>,
},
}Variants§
Trait Implementations§
source§impl From<Enum> for TopLevelNode
impl From<Enum> for TopLevelNode
source§fn from(original: Enum) -> TopLevelNode
fn from(original: Enum) -> TopLevelNode
Converts to this type from the input type.
source§impl PartialEq for Enum
impl PartialEq for Enum
impl StructuralPartialEq for Enum
Auto Trait Implementations§
impl RefUnwindSafe for Enum
impl Send for Enum
impl Sync for Enum
impl Unpin for Enum
impl UnwindSafe for Enum
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