pub struct WasiSemanticIndex {
pub name: Arc<str>,
pub wasi_name: Arc<str>,
}
Fields§
§name: Arc<str>
§wasi_name: Arc<str>
Trait Implementations§
Source§impl Clone for WasiSemanticIndex
impl Clone for WasiSemanticIndex
Source§fn clone(&self) -> WasiSemanticIndex
fn clone(&self) -> WasiSemanticIndex
Returns a duplicate 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 WasiSemanticIndex
impl Debug for WasiSemanticIndex
Source§impl Hash for WasiSemanticIndex
impl Hash for WasiSemanticIndex
Source§impl Ord for WasiSemanticIndex
impl Ord for WasiSemanticIndex
Source§fn cmp(&self, other: &WasiSemanticIndex) -> Ordering
fn cmp(&self, other: &WasiSemanticIndex) -> 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 WasiSemanticIndex
impl PartialEq for WasiSemanticIndex
Source§impl PartialOrd for WasiSemanticIndex
impl PartialOrd for WasiSemanticIndex
impl Eq for WasiSemanticIndex
impl StructuralPartialEq for WasiSemanticIndex
Auto Trait Implementations§
impl Freeze for WasiSemanticIndex
impl RefUnwindSafe for WasiSemanticIndex
impl Send for WasiSemanticIndex
impl Sync for WasiSemanticIndex
impl Unpin for WasiSemanticIndex
impl UnwindSafe for WasiSemanticIndex
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.