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