pub struct ConfigZvksh {
pub supported: bool,
}Fields§
§supported: boolTrait Implementations§
Source§impl Clone for ConfigZvksh
impl Clone for ConfigZvksh
Source§fn clone(&self) -> ConfigZvksh
fn clone(&self) -> ConfigZvksh
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ConfigZvksh
impl Debug for ConfigZvksh
Source§impl PartialEq for ConfigZvksh
impl PartialEq for ConfigZvksh
impl Eq for ConfigZvksh
impl StructuralPartialEq for ConfigZvksh
Auto Trait Implementations§
impl Freeze for ConfigZvksh
impl RefUnwindSafe for ConfigZvksh
impl Send for ConfigZvksh
impl Sync for ConfigZvksh
impl Unpin for ConfigZvksh
impl UnwindSafe for ConfigZvksh
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