pub struct ClassifierDecl {
pub keyword: String,
pub text: String,
}Expand description
Package-level KerML classifier declaration captured as an explicit dedicated node.
Fields§
§keyword: String§text: StringTrait Implementations§
Source§impl Clone for ClassifierDecl
impl Clone for ClassifierDecl
Source§fn clone(&self) -> ClassifierDecl
fn clone(&self) -> ClassifierDecl
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 ClassifierDecl
impl Debug for ClassifierDecl
impl Eq for ClassifierDecl
Source§impl PartialEq for ClassifierDecl
impl PartialEq for ClassifierDecl
Source§fn eq(&self, other: &ClassifierDecl) -> bool
fn eq(&self, other: &ClassifierDecl) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ClassifierDecl
Auto Trait Implementations§
impl Freeze for ClassifierDecl
impl RefUnwindSafe for ClassifierDecl
impl Send for ClassifierDecl
impl Sync for ClassifierDecl
impl Unpin for ClassifierDecl
impl UnsafeUnpin for ClassifierDecl
impl UnwindSafe for ClassifierDecl
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