Struct wasmedge_sdk::plugin::PluginVersion
source · pub struct PluginVersion {
pub inner: PluginVersion,
}
Expand description
Defines the version of a plugin.
Fields§
§inner: PluginVersion
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for PluginVersion
impl Send for PluginVersion
impl Sync for PluginVersion
impl Unpin for PluginVersion
impl UnwindSafe for PluginVersion
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