pub enum PamImplementation {
LinuxPAM,
OpenPAM,
}Variants§
Trait Implementations§
Source§impl Clone for PamImplementation
impl Clone for PamImplementation
Source§fn clone(&self) -> PamImplementation
fn clone(&self) -> PamImplementation
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 PamImplementation
impl Debug for PamImplementation
Source§impl PartialEq for PamImplementation
impl PartialEq for PamImplementation
impl Copy for PamImplementation
impl Eq for PamImplementation
impl StructuralPartialEq for PamImplementation
Auto Trait Implementations§
impl Freeze for PamImplementation
impl RefUnwindSafe for PamImplementation
impl Send for PamImplementation
impl Sync for PamImplementation
impl Unpin for PamImplementation
impl UnsafeUnpin for PamImplementation
impl UnwindSafe for PamImplementation
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