pub struct ModuleSwitches {
pub notify_enabled: bool,
pub audit_enabled: bool,
pub persisted_notify_enabled: bool,
pub persisted_audit_enabled: bool,
pub notify_source: String,
pub audit_source: String,
}Fields§
§notify_enabled: bool§audit_enabled: bool§persisted_notify_enabled: bool§persisted_audit_enabled: bool§notify_source: String§audit_source: StringTrait Implementations§
Source§impl Clone for ModuleSwitches
impl Clone for ModuleSwitches
Source§fn clone(&self) -> ModuleSwitches
fn clone(&self) -> ModuleSwitches
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ModuleSwitches
impl Debug for ModuleSwitches
Source§impl<'de> Deserialize<'de> for ModuleSwitches
impl<'de> Deserialize<'de> for ModuleSwitches
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ModuleSwitches
Source§impl PartialEq for ModuleSwitches
impl PartialEq for ModuleSwitches
Source§impl Serialize for ModuleSwitches
impl Serialize for ModuleSwitches
impl StructuralPartialEq for ModuleSwitches
Auto Trait Implementations§
impl Freeze for ModuleSwitches
impl RefUnwindSafe for ModuleSwitches
impl Send for ModuleSwitches
impl Sync for ModuleSwitches
impl Unpin for ModuleSwitches
impl UnsafeUnpin for ModuleSwitches
impl UnwindSafe for ModuleSwitches
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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