pub struct AstalAuthPam { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for AstalAuthPam
impl RefUnwindSafe for AstalAuthPam
impl !Send for AstalAuthPam
impl !Sync for AstalAuthPam
impl !Unpin for AstalAuthPam
impl UnwindSafe for AstalAuthPam
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