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