Enum ic_wasm::utils::InjectionKind
source · [−]pub enum InjectionKind {
Static,
Dynamic,
Dynamic64,
}Variants
Static
Dynamic
Dynamic64
Trait Implementations
sourceimpl Clone for InjectionKind
impl Clone for InjectionKind
sourcefn clone(&self) -> InjectionKind
fn clone(&self) -> InjectionKind
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl PartialEq<InjectionKind> for InjectionKind
impl PartialEq<InjectionKind> for InjectionKind
impl Copy for InjectionKind
impl StructuralPartialEq for InjectionKind
Auto Trait Implementations
impl RefUnwindSafe for InjectionKind
impl Send for InjectionKind
impl Sync for InjectionKind
impl Unpin for InjectionKind
impl UnwindSafe for InjectionKind
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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