pub struct WasiRecordField {
pub name: Arc<str>,
pub wasi_name: Arc<str>,
pub type: WasiType,
}
Fields§
§name: Arc<str>
§wasi_name: Arc<str>
§type: WasiType
The type of the parameter
Implementations§
Trait Implementations§
Source§impl AddAssign<WasiRecordField> for WasiRecordType
impl AddAssign<WasiRecordField> for WasiRecordType
Source§fn add_assign(&mut self, rhs: WasiRecordField)
fn add_assign(&mut self, rhs: WasiRecordField)
Performs the
+=
operation. Read moreSource§impl Clone for WasiRecordField
impl Clone for WasiRecordField
Source§fn clone(&self) -> WasiRecordField
fn clone(&self) -> WasiRecordField
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 WasiRecordField
impl Debug for WasiRecordField
Source§impl Hash for WasiRecordField
impl Hash for WasiRecordField
Source§impl Ord for WasiRecordField
impl Ord for WasiRecordField
Source§fn cmp(&self, other: &WasiRecordField) -> Ordering
fn cmp(&self, other: &WasiRecordField) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for WasiRecordField
impl PartialEq for WasiRecordField
Source§impl PartialOrd for WasiRecordField
impl PartialOrd for WasiRecordField
impl Eq for WasiRecordField
impl StructuralPartialEq for WasiRecordField
Auto Trait Implementations§
impl Freeze for WasiRecordField
impl RefUnwindSafe for WasiRecordField
impl Send for WasiRecordField
impl Sync for WasiRecordField
impl Unpin for WasiRecordField
impl UnwindSafe for WasiRecordField
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§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
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.