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