pub struct ConfigM {
pub supported: bool,
}Fields§
§supported: boolTrait Implementations§
impl Eq for ConfigM
impl StructuralPartialEq for ConfigM
Auto Trait Implementations§
impl Freeze for ConfigM
impl RefUnwindSafe for ConfigM
impl Send for ConfigM
impl Sync for ConfigM
impl Unpin for ConfigM
impl UnwindSafe for ConfigM
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