Struct pam_kanidm::items::PamAuthTok
source · pub struct PamAuthTok {}
Trait Implementations§
source§impl PamItem for PamAuthTok
impl PamItem for PamAuthTok
source§fn item_type() -> PamItemType
fn item_type() -> PamItemType
Maps a Rust type to a pam constant. Read more
Auto Trait Implementations§
impl Freeze for PamAuthTok
impl RefUnwindSafe for PamAuthTok
impl Send for PamAuthTok
impl Sync for PamAuthTok
impl Unpin for PamAuthTok
impl UnwindSafe for PamAuthTok
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