pub struct SubTask {
pub name: &'static str,
pub description: &'static str,
pub data_paths: &'static [&'static str],
pub query_paths: &'static [&'static str],
}Fields§
§name: &'static str§description: &'static str§data_paths: &'static [&'static str]§query_paths: &'static [&'static str]Auto Trait Implementations§
impl Freeze for SubTask
impl RefUnwindSafe for SubTask
impl Send for SubTask
impl Sync for SubTask
impl Unpin for SubTask
impl UnwindSafe for SubTask
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