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