pub struct MetaLanguageFormalization {
pub label: String,
pub syntax_link_count: usize,
pub total_link_count: usize,
pub has_error: bool,
pub text_preserved: bool,
}Expand description
meta-language parse evidence for a repository file or embedded grammar.
Fields§
§label: String§syntax_link_count: usize§total_link_count: usize§has_error: bool§text_preserved: boolImplementations§
Trait Implementations§
Source§impl Clone for MetaLanguageFormalization
impl Clone for MetaLanguageFormalization
Source§fn clone(&self) -> MetaLanguageFormalization
fn clone(&self) -> MetaLanguageFormalization
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 MetaLanguageFormalization
impl Debug for MetaLanguageFormalization
impl Eq for MetaLanguageFormalization
impl StructuralPartialEq for MetaLanguageFormalization
Auto Trait Implementations§
impl Freeze for MetaLanguageFormalization
impl RefUnwindSafe for MetaLanguageFormalization
impl Send for MetaLanguageFormalization
impl Sync for MetaLanguageFormalization
impl Unpin for MetaLanguageFormalization
impl UnsafeUnpin for MetaLanguageFormalization
impl UnwindSafe for MetaLanguageFormalization
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§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.