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