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