pub struct PasswordServiceImpl {
pub salt: String,
}
Fields§
§salt: String
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PasswordServiceImpl
impl RefUnwindSafe for PasswordServiceImpl
impl Send for PasswordServiceImpl
impl Sync for PasswordServiceImpl
impl Unpin for PasswordServiceImpl
impl UnwindSafe for PasswordServiceImpl
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