Struct wasmtime_environ::wasmparser::SingleName [−][src]
pub struct SingleName<'a> { /* fields omitted */ }
Implementations
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for SingleName<'a>
impl<'a> Send for SingleName<'a>
impl<'a> Sync for SingleName<'a>
impl<'a> Unpin for SingleName<'a>
impl<'a> UnwindSafe for SingleName<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more