pub enum ParseMode {
Wasm,
Auto,
}
Expand description
Selects the parse mode for the input data.
Variants§
Wasm
WebAssembly file parse mode.
Auto
Automatically determined mode of parsing, e.g. based on file extension.
Trait Implementations§
impl Copy for ParseMode
Auto Trait Implementations§
impl Freeze for ParseMode
impl RefUnwindSafe for ParseMode
impl Send for ParseMode
impl Sync for ParseMode
impl Unpin for ParseMode
impl UnwindSafe for ParseMode
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