pub struct GoaPasswordBased(/* private fields */);Trait Implementations§
Auto Trait Implementations§
impl Freeze for GoaPasswordBased
impl RefUnwindSafe for GoaPasswordBased
impl Send for GoaPasswordBased
impl Sync for GoaPasswordBased
impl Unpin for GoaPasswordBased
impl UnwindSafe for GoaPasswordBased
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