Struct pam_kanidm::ModuleOptions
source · pub struct ModuleOptions {
pub debug: bool,
pub use_first_pass: bool,
pub ignore_unknown_user: bool,
}
Fields§
§debug: bool
§use_first_pass: bool
§ignore_unknown_user: bool
Trait Implementations§
source§impl Debug for ModuleOptions
impl Debug for ModuleOptions
source§impl Default for ModuleOptions
impl Default for ModuleOptions
source§fn default() -> ModuleOptions
fn default() -> ModuleOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ModuleOptions
impl RefUnwindSafe for ModuleOptions
impl Send for ModuleOptions
impl Sync for ModuleOptions
impl Unpin for ModuleOptions
impl UnwindSafe for ModuleOptions
Blanket Implementations§
§impl<'a, T> AsTaggedExplicit<'a> for Twhere
T: 'a,
impl<'a, T> AsTaggedExplicit<'a> for Twhere
T: 'a,
§impl<'a, T> AsTaggedImplicit<'a> for Twhere
T: 'a,
impl<'a, T> AsTaggedImplicit<'a> 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