Enum sway_core::BytecodeOrLib
source · [−]Expand description
Either compiled bytecode in byte form or a library.
Variants
Bytecode(Vec<u8>)
Library
Auto Trait Implementations
impl RefUnwindSafe for BytecodeOrLib
impl Send for BytecodeOrLib
impl Sync for BytecodeOrLib
impl Unpin for BytecodeOrLib
impl UnwindSafe for BytecodeOrLib
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more