pub struct FeatureGate {
pub enabled: HashMap<String, bool>,
}Fields§
§enabled: HashMap<String, bool>Implementations§
Source§impl FeatureGate
impl FeatureGate
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FeatureGate
impl RefUnwindSafe for FeatureGate
impl Send for FeatureGate
impl Sync for FeatureGate
impl Unpin for FeatureGate
impl UnsafeUnpin for FeatureGate
impl UnwindSafe for FeatureGate
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