Enum wasmrs_host::protocol::GuestExports
source · pub enum GuestExports {
Init,
Start,
OpListRequest,
Send,
}Expand description
The exported guest functions as an enum.
Variants§
Trait Implementations§
source§impl AsRef<str> for GuestExports
impl AsRef<str> for GuestExports
source§impl Clone for GuestExports
impl Clone for GuestExports
source§fn clone(&self) -> GuestExports
fn clone(&self) -> GuestExports
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for GuestExports
impl Debug for GuestExports
source§impl Display for GuestExports
impl Display for GuestExports
source§impl FromStr for GuestExports
impl FromStr for GuestExports
source§impl IntoEnumIterator for GuestExports
impl IntoEnumIterator for GuestExports
type Iterator = GuestExportsIter
fn iter() -> GuestExportsIter ⓘ
impl Copy for GuestExports
Auto Trait Implementations§
impl RefUnwindSafe for GuestExports
impl Send for GuestExports
impl Sync for GuestExports
impl Unpin for GuestExports
impl UnwindSafe for GuestExports
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more