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