pub struct FeatureStore { /* private fields */ }Expand description
A thread-safe map of named boolean feature flags.
Implementations§
Source§impl FeatureStore
impl FeatureStore
Auto Trait Implementations§
impl !Freeze for FeatureStore
impl RefUnwindSafe for FeatureStore
impl Send for FeatureStore
impl Sync for FeatureStore
impl Unpin for FeatureStore
impl UnsafeUnpin for FeatureStore
impl UnwindSafe for FeatureStore
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