Struct pam_kanidm::items::PamService
source · pub struct PamService {}
Trait Implementations§
source§impl PamItem for PamService
impl PamItem for PamService
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 PamService
impl RefUnwindSafe for PamService
impl Send for PamService
impl Sync for PamService
impl Unpin for PamService
impl UnwindSafe for PamService
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