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