pub struct PasswordEncoder;Expand description
Password encoder for different Huawei authentication types
Implementations§
Source§impl PasswordEncoder
impl PasswordEncoder
Sourcepub fn encode_password(password: &str, login_state: &LoginState) -> String
pub fn encode_password(password: &str, login_state: &LoginState) -> String
Encode password based on the login state requirements
Auto Trait Implementations§
impl Freeze for PasswordEncoder
impl RefUnwindSafe for PasswordEncoder
impl Send for PasswordEncoder
impl Sync for PasswordEncoder
impl Unpin for PasswordEncoder
impl UnsafeUnpin for PasswordEncoder
impl UnwindSafe for PasswordEncoder
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