Struct golem_wasm_ast::metadata::ProducersField
source · pub struct ProducersField {
pub name: String,
pub values: Vec<VersionedName>,
}
Fields§
§name: String
§values: Vec<VersionedName>
Trait Implementations§
source§impl Clone for ProducersField
impl Clone for ProducersField
source§fn clone(&self) -> ProducersField
fn clone(&self) -> ProducersField
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 ProducersField
impl Debug for ProducersField
source§impl PartialEq for ProducersField
impl PartialEq for ProducersField
source§fn eq(&self, other: &ProducersField) -> bool
fn eq(&self, other: &ProducersField) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for ProducersField
impl StructuralPartialEq for ProducersField
Auto Trait Implementations§
impl Freeze for ProducersField
impl RefUnwindSafe for ProducersField
impl Send for ProducersField
impl Sync for ProducersField
impl Unpin for ProducersField
impl UnwindSafe for ProducersField
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
)source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.