pub struct Task<'a> {
pub path_location: &'a str,
pub path_exclude: Vec<&'a str>,
pub path_include_only: Vec<&'a str>,
pub filter_files: Vec<&'a str>,
pub output_type: &'a str,
}Expand description
Element tablicy wejściowej Element tablicy wejściowej
Fields§
§path_location: &'a str§path_exclude: Vec<&'a str>§path_include_only: Vec<&'a str>§filter_files: Vec<&'a str>§output_type: &'a strTrait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Task<'a>
impl<'a> RefUnwindSafe for Task<'a>
impl<'a> Send for Task<'a>
impl<'a> Sync for Task<'a>
impl<'a> Unpin for Task<'a>
impl<'a> UnsafeUnpin for Task<'a>
impl<'a> UnwindSafe for Task<'a>
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