Enum wasm_core::executor::Mutable [] [src]

pub enum Mutable {
    Const,
    Mut,
}

Variants

Trait Implementations

impl Copy for Mutable
[src]

impl Clone for Mutable
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Mutable
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Mutable

impl Sync for Mutable