pub struct SpotExecutor;Trait Implementations§
Source§impl Debug for SpotExecutor
impl Debug for SpotExecutor
Source§impl Default for SpotExecutor
impl Default for SpotExecutor
Source§fn default() -> SpotExecutor
fn default() -> SpotExecutor
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SpotExecutor
impl RefUnwindSafe for SpotExecutor
impl Send for SpotExecutor
impl Sync for SpotExecutor
impl Unpin for SpotExecutor
impl UnsafeUnpin for SpotExecutor
impl UnwindSafe for SpotExecutor
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