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