Struct donet_core::parser::ast::DClass
source · pub struct DClass {
pub span: Span,
pub identifier: String,
pub parents: Vec<String>,
pub fields: Vec<AtomicOrMolecular>,
}
Expand description
Paired with the distributed_class_type
production in the Context Free Grammar.
Fields§
§span: Span
§identifier: String
§parents: Vec<String>
§fields: Vec<AtomicOrMolecular>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DClass
impl RefUnwindSafe for DClass
impl Send for DClass
impl Sync for DClass
impl Unpin for DClass
impl UnwindSafe for DClass
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)