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