pub struct ShimContext {
pub shim_dir: PathBuf,
pub dejavu_bin: PathBuf,
pub enabled: Vec<String>,
}Fields§
§shim_dir: PathBuf§dejavu_bin: PathBufAbsolute path to the dejavu binary, baked in as the fallback when
DEJAVU_BIN is unset.
enabled: Vec<String>Builtin + user [intercept] extra names to generate shims for.
Auto Trait Implementations§
impl Freeze for ShimContext
impl RefUnwindSafe for ShimContext
impl Send for ShimContext
impl Sync for ShimContext
impl Unpin for ShimContext
impl UnsafeUnpin for ShimContext
impl UnwindSafe for ShimContext
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