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