pub enum WrapperKind {
Custom {
script_path: PathBuf,
manifest: Option<Manifest>,
},
Builtin(String),
}Variants§
Auto Trait Implementations§
impl Freeze for WrapperKind
impl RefUnwindSafe for WrapperKind
impl Send for WrapperKind
impl Sync for WrapperKind
impl Unpin for WrapperKind
impl UnsafeUnpin for WrapperKind
impl UnwindSafe for WrapperKind
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