#[repr(u32)]pub enum BunLoader {
Show 13 variants
BUN_LOADER_JSX = 0,
BUN_LOADER_JS = 1,
BUN_LOADER_TS = 2,
BUN_LOADER_TSX = 3,
BUN_LOADER_CSS = 4,
BUN_LOADER_FILE = 5,
BUN_LOADER_JSON = 6,
BUN_LOADER_TOML = 7,
BUN_LOADER_WASM = 8,
BUN_LOADER_NAPI = 9,
BUN_LOADER_BASE64 = 10,
BUN_LOADER_DATAURL = 11,
BUN_LOADER_TEXT = 12,
}Variants§
BUN_LOADER_JSX = 0
BUN_LOADER_JS = 1
BUN_LOADER_TS = 2
BUN_LOADER_TSX = 3
BUN_LOADER_CSS = 4
BUN_LOADER_FILE = 5
BUN_LOADER_JSON = 6
BUN_LOADER_TOML = 7
BUN_LOADER_WASM = 8
BUN_LOADER_NAPI = 9
BUN_LOADER_BASE64 = 10
BUN_LOADER_DATAURL = 11
BUN_LOADER_TEXT = 12
Trait Implementations§
impl Copy for BunLoader
impl Eq for BunLoader
impl StructuralPartialEq for BunLoader
Auto Trait Implementations§
impl Freeze for BunLoader
impl RefUnwindSafe for BunLoader
impl Send for BunLoader
impl Sync for BunLoader
impl Unpin for BunLoader
impl UnwindSafe for BunLoader
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