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