Skip to main content

PathListOp

Type Alias PathListOp 

Source
pub type PathListOp = ListOp<Path>;

Aliased Type§

pub struct PathListOp {
    pub is_explicit: bool,
    pub explicit_items: Vec<Path>,
    pub added_items: Vec<Path>,
    pub prepended_items: Vec<Path>,
    pub appended_items: Vec<Path>,
    pub deleted_items: Vec<Path>,
    pub ordered_items: Vec<Path>,
}

Fields§

§is_explicit: bool§explicit_items: Vec<Path>§added_items: Vec<Path>§prepended_items: Vec<Path>§appended_items: Vec<Path>§deleted_items: Vec<Path>§ordered_items: Vec<Path>

Trait Implementations§