pub struct CustomWrapper {
pub script_path: PathBuf,
pub manifest: Option<Manifest>,
}Fields§
§script_path: PathBuf§manifest: Option<Manifest>Trait Implementations§
Source§impl Wrapper for CustomWrapper
impl Wrapper for CustomWrapper
Auto Trait Implementations§
impl Freeze for CustomWrapper
impl RefUnwindSafe for CustomWrapper
impl Send for CustomWrapper
impl Sync for CustomWrapper
impl Unpin for CustomWrapper
impl UnsafeUnpin for CustomWrapper
impl UnwindSafe for CustomWrapper
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