Enum wiggle::wasmtime_crate::Mutability [−][src]
pub enum Mutability {
Const,
Var,
}
Expand description
Indicator of whether a global is mutable or not
Variants
The global is constant and its value does not change
The value of the global can change over time
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Mutability
impl Send for Mutability
impl Sync for Mutability
impl Unpin for Mutability
impl UnwindSafe for Mutability
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more