pub struct KermlFeatureDecl {
pub bnf_production: String,
pub text: String,
}Expand description
Modeled KerML feature declaration family (occurrence/expr/predicate/succession).
Fields§
§bnf_production: String§text: StringTrait Implementations§
Source§impl Clone for KermlFeatureDecl
impl Clone for KermlFeatureDecl
Source§fn clone(&self) -> KermlFeatureDecl
fn clone(&self) -> KermlFeatureDecl
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 KermlFeatureDecl
impl Debug for KermlFeatureDecl
impl Eq for KermlFeatureDecl
Source§impl PartialEq for KermlFeatureDecl
impl PartialEq for KermlFeatureDecl
Source§fn eq(&self, other: &KermlFeatureDecl) -> bool
fn eq(&self, other: &KermlFeatureDecl) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for KermlFeatureDecl
Auto Trait Implementations§
impl Freeze for KermlFeatureDecl
impl RefUnwindSafe for KermlFeatureDecl
impl Send for KermlFeatureDecl
impl Sync for KermlFeatureDecl
impl Unpin for KermlFeatureDecl
impl UnsafeUnpin for KermlFeatureDecl
impl UnwindSafe for KermlFeatureDecl
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