Struct wit_component::FunctionKey
source · pub struct FunctionKey<'a> { /* private fields */ }
Expand description
Represents a key type for interface function definitions.
Trait Implementations
sourceimpl Hash for FunctionKey<'_>
impl Hash for FunctionKey<'_>
sourceimpl PartialEq<FunctionKey<'_>> for FunctionKey<'_>
impl PartialEq<FunctionKey<'_>> for FunctionKey<'_>
impl Eq for FunctionKey<'_>
Auto Trait Implementations
impl<'a> RefUnwindSafe for FunctionKey<'a>
impl<'a> Send for FunctionKey<'a>
impl<'a> Sync for FunctionKey<'a>
impl<'a> Unpin for FunctionKey<'a>
impl<'a> UnwindSafe for FunctionKey<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.