#[non_exhaustive]pub struct OnDemand { /* private fields */ }Expand description
The scan runs once via RunDataScan API.
Implementations§
Trait Implementations§
impl StructuralPartialEq for OnDemand
Auto Trait Implementations§
impl Freeze for OnDemand
impl RefUnwindSafe for OnDemand
impl Send for OnDemand
impl Sync for OnDemand
impl Unpin for OnDemand
impl UnwindSafe for OnDemand
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