pub struct FeatureDecl {
pub keyword: String,
pub text: String,
}Expand description
Package-level KerML feature declaration captured as an explicit dedicated node.
Fields§
§keyword: String§text: StringTrait Implementations§
Source§impl Clone for FeatureDecl
impl Clone for FeatureDecl
Source§fn clone(&self) -> FeatureDecl
fn clone(&self) -> FeatureDecl
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FeatureDecl
impl Debug for FeatureDecl
impl Eq for FeatureDecl
Source§impl PartialEq for FeatureDecl
impl PartialEq for FeatureDecl
Source§fn eq(&self, other: &FeatureDecl) -> bool
fn eq(&self, other: &FeatureDecl) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for FeatureDecl
Auto Trait Implementations§
impl Freeze for FeatureDecl
impl RefUnwindSafe for FeatureDecl
impl Send for FeatureDecl
impl Sync for FeatureDecl
impl Unpin for FeatureDecl
impl UnsafeUnpin for FeatureDecl
impl UnwindSafe for FeatureDecl
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