pub struct LightScanner { /* private fields */ }Expand description
Light scanner using only scan key (cannot compute spending keys).
Implementations§
Source§impl LightScanner
impl LightScanner
Auto Trait Implementations§
impl Freeze for LightScanner
impl RefUnwindSafe for LightScanner
impl Send for LightScanner
impl Sync for LightScanner
impl Unpin for LightScanner
impl UnwindSafe for LightScanner
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