pub struct FeatureSemanticFlags {
pub semantic_flags: BTreeMap<&'static str, Vec<bool>>,
pub any_semantic_match: Vec<bool>,
}Fields§
§semantic_flags: BTreeMap<&'static str, Vec<bool>>§any_semantic_match: Vec<bool>Trait Implementations§
Source§impl Clone for FeatureSemanticFlags
impl Clone for FeatureSemanticFlags
Source§fn clone(&self) -> FeatureSemanticFlags
fn clone(&self) -> FeatureSemanticFlags
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for FeatureSemanticFlags
impl RefUnwindSafe for FeatureSemanticFlags
impl Send for FeatureSemanticFlags
impl Sync for FeatureSemanticFlags
impl Unpin for FeatureSemanticFlags
impl UnsafeUnpin for FeatureSemanticFlags
impl UnwindSafe for FeatureSemanticFlags
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