pub struct DefinedResourceIndex(/* private fields */);
Expand description
Index pointing to a local resource defined within a component.
This is similar to FooIndex
and DefinedFooIndex
for core wasm and
the idea here is that this is guaranteed to be a wasm-defined resource
which is connected to a component instance for example.
Implementations§
Trait Implementations§
source§impl Clone for DefinedResourceIndex
impl Clone for DefinedResourceIndex
source§fn clone(&self) -> DefinedResourceIndex
fn clone(&self) -> DefinedResourceIndex
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 DefinedResourceIndex
impl Debug for DefinedResourceIndex
source§impl<'de> Deserialize<'de> for DefinedResourceIndex
impl<'de> Deserialize<'de> for DefinedResourceIndex
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 EntityRef for DefinedResourceIndex
impl EntityRef for DefinedResourceIndex
source§impl Hash for DefinedResourceIndex
impl Hash for DefinedResourceIndex
source§impl Ord for DefinedResourceIndex
impl Ord for DefinedResourceIndex
source§fn cmp(&self, other: &DefinedResourceIndex) -> Ordering
fn cmp(&self, other: &DefinedResourceIndex) -> 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 DefinedResourceIndex
impl PartialEq for DefinedResourceIndex
source§impl PartialOrd for DefinedResourceIndex
impl PartialOrd for DefinedResourceIndex
source§impl ReservedValue for DefinedResourceIndex
impl ReservedValue for DefinedResourceIndex
source§fn reserved_value() -> DefinedResourceIndex
fn reserved_value() -> DefinedResourceIndex
Create an instance of the reserved value.
source§fn is_reserved_value(&self) -> bool
fn is_reserved_value(&self) -> bool
Checks whether value is the reserved one.
source§impl Serialize for DefinedResourceIndex
impl Serialize for DefinedResourceIndex
impl Copy for DefinedResourceIndex
impl Eq for DefinedResourceIndex
impl StructuralPartialEq for DefinedResourceIndex
Auto Trait Implementations§
impl Freeze for DefinedResourceIndex
impl RefUnwindSafe for DefinedResourceIndex
impl Send for DefinedResourceIndex
impl Sync for DefinedResourceIndex
impl Unpin for DefinedResourceIndex
impl UnwindSafe for DefinedResourceIndex
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
§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.