pub struct ExtendedLibraryDecl {
pub bnf_production: String,
pub text: String,
}Expand description
Modeled extended SysML/KerML declaration family not yet represented by dedicated concrete nodes (e.g. concern/message style library declarations).
Fields§
§bnf_production: String§text: StringTrait Implementations§
Source§impl Clone for ExtendedLibraryDecl
impl Clone for ExtendedLibraryDecl
Source§fn clone(&self) -> ExtendedLibraryDecl
fn clone(&self) -> ExtendedLibraryDecl
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 ExtendedLibraryDecl
impl Debug for ExtendedLibraryDecl
impl Eq for ExtendedLibraryDecl
Source§impl PartialEq for ExtendedLibraryDecl
impl PartialEq for ExtendedLibraryDecl
Source§fn eq(&self, other: &ExtendedLibraryDecl) -> bool
fn eq(&self, other: &ExtendedLibraryDecl) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ExtendedLibraryDecl
Auto Trait Implementations§
impl Freeze for ExtendedLibraryDecl
impl RefUnwindSafe for ExtendedLibraryDecl
impl Send for ExtendedLibraryDecl
impl Sync for ExtendedLibraryDecl
impl Unpin for ExtendedLibraryDecl
impl UnsafeUnpin for ExtendedLibraryDecl
impl UnwindSafe for ExtendedLibraryDecl
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