pub struct ConfigZksh {
pub supported: bool,
}Fields§
§supported: boolTrait Implementations§
Source§impl Clone for ConfigZksh
impl Clone for ConfigZksh
Source§fn clone(&self) -> ConfigZksh
fn clone(&self) -> ConfigZksh
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 ConfigZksh
impl Debug for ConfigZksh
Source§impl PartialEq for ConfigZksh
impl PartialEq for ConfigZksh
impl Eq for ConfigZksh
impl StructuralPartialEq for ConfigZksh
Auto Trait Implementations§
impl Freeze for ConfigZksh
impl RefUnwindSafe for ConfigZksh
impl Send for ConfigZksh
impl Sync for ConfigZksh
impl Unpin for ConfigZksh
impl UnwindSafe for ConfigZksh
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