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