pub struct ExportEnv {
pub script: String,
pub path: ShimOrder,
}Expand description
How a sourced export’s environment is entered (clauses 4 and 5).
Fields§
§script: StringThe script to source, relative to the export’s out directory.
path: ShimOrderWhere it sits relative to varve’s shims once sourced.
Trait Implementations§
impl Eq for ExportEnv
impl StructuralPartialEq for ExportEnv
Auto Trait Implementations§
impl Freeze for ExportEnv
impl RefUnwindSafe for ExportEnv
impl Send for ExportEnv
impl Sync for ExportEnv
impl Unpin for ExportEnv
impl UnsafeUnpin for ExportEnv
impl UnwindSafe for ExportEnv
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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