pub struct Scope {
pub root: PathBuf,
pub provider: String,
pub include: Vec<String>,
pub exclude: Vec<String>,
pub origin: Origin,
}Fields§
§root: PathBuf§provider: String§include: Vec<String>§exclude: Vec<String>§origin: OriginTrait Implementations§
Auto Trait Implementations§
impl Freeze for Scope
impl RefUnwindSafe for Scope
impl Send for Scope
impl Sync for Scope
impl Unpin for Scope
impl UnsafeUnpin for Scope
impl UnwindSafe for Scope
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