pub struct ClearTextPasswordMock {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ClearTextPasswordMock
impl RefUnwindSafe for ClearTextPasswordMock
impl Send for ClearTextPasswordMock
impl Sync for ClearTextPasswordMock
impl Unpin for ClearTextPasswordMock
impl UnwindSafe for ClearTextPasswordMock
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