pub struct ConfigClassifier { /* private fields */ }Expand description
Classifies the support level of config keys and determines if a value is default.
Only knows about annotated keys (supported + unsupported). Keys not in the registry - whether
ignored, unrecognized, or anything else - return None from
classify.
Implementations§
Auto Trait Implementations§
impl Freeze for ConfigClassifier
impl RefUnwindSafe for ConfigClassifier
impl Send for ConfigClassifier
impl Sync for ConfigClassifier
impl Unpin for ConfigClassifier
impl UnsafeUnpin for ConfigClassifier
impl UnwindSafe for ConfigClassifier
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