pub struct VaultScanner { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for VaultScanner
impl RefUnwindSafe for VaultScanner
impl Send for VaultScanner
impl Sync for VaultScanner
impl Unpin for VaultScanner
impl UnsafeUnpin for VaultScanner
impl UnwindSafe for VaultScanner
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