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