pub struct LazyTaskArgs { /* private fields */ }Expand description
Lazy task arguments
Defers parsing of task arguments until they’re actually needed.
Implementations§
Source§impl LazyTaskArgs
impl LazyTaskArgs
Trait Implementations§
Source§impl Clone for LazyTaskArgs
impl Clone for LazyTaskArgs
Source§fn clone(&self) -> LazyTaskArgs
fn clone(&self) -> LazyTaskArgs
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for LazyTaskArgs
impl RefUnwindSafe for LazyTaskArgs
impl Send for LazyTaskArgs
impl Sync for LazyTaskArgs
impl Unpin for LazyTaskArgs
impl UnwindSafe for LazyTaskArgs
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