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