Struct wasmer_config::package::UserAnnotations
source · pub struct UserAnnotations {
pub suggested_compiler_optimizations: SuggestedCompilerOptimizations,
}
Expand description
Miscellaneous annotations specified by the user.
Fields§
§suggested_compiler_optimizations: SuggestedCompilerOptimizations
Trait Implementations§
source§impl Clone for UserAnnotations
impl Clone for UserAnnotations
source§fn clone(&self) -> UserAnnotations
fn clone(&self) -> UserAnnotations
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 UserAnnotations
impl Debug for UserAnnotations
source§impl Default for UserAnnotations
impl Default for UserAnnotations
source§fn default() -> UserAnnotations
fn default() -> UserAnnotations
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for UserAnnotations
impl<'de> Deserialize<'de> for UserAnnotations
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for UserAnnotations
impl PartialEq for UserAnnotations
source§fn eq(&self, other: &UserAnnotations) -> bool
fn eq(&self, other: &UserAnnotations) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for UserAnnotations
impl Serialize for UserAnnotations
impl Eq for UserAnnotations
impl StructuralPartialEq for UserAnnotations
Auto Trait Implementations§
impl Freeze for UserAnnotations
impl RefUnwindSafe for UserAnnotations
impl Send for UserAnnotations
impl Sync for UserAnnotations
impl Unpin for UserAnnotations
impl UnwindSafe for UserAnnotations
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.