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