pub struct FetchContext {
pub base_path: Option<PathBuf>,
pub parent_is_remote: bool,
pub include_dirs: Vec<PathBuf>,
}Fields§
§base_path: Option<PathBuf>§parent_is_remote: bool§include_dirs: Vec<PathBuf>Implementations§
Source§impl FetchContext
impl FetchContext
Trait Implementations§
Source§impl Clone for FetchContext
impl Clone for FetchContext
Source§fn clone(&self) -> FetchContext
fn clone(&self) -> FetchContext
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 FetchContext
impl RefUnwindSafe for FetchContext
impl Send for FetchContext
impl Sync for FetchContext
impl Unpin for FetchContext
impl UnsafeUnpin for FetchContext
impl UnwindSafe for FetchContext
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