Struct scriptplan_bash::LazyTask
source · [−]pub struct LazyTask<'a> { /* private fields */ }
Trait Implementations
Auto Trait Implementations
impl<'a> !RefUnwindSafe for LazyTask<'a>
impl<'a> !Send for LazyTask<'a>
impl<'a> !Sync for LazyTask<'a>
impl<'a> Unpin for LazyTask<'a>
impl<'a> UnwindSafe for LazyTask<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more