Struct muse_lang::runtime::value::ValueFreed
source · pub struct ValueFreed;Expand description
A weak reference could not be loaded because the underlying data has been freed.
Trait Implementations§
source§impl Clone for ValueFreed
impl Clone for ValueFreed
source§fn clone(&self) -> ValueFreed
fn clone(&self) -> ValueFreed
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 ValueFreed
impl Debug for ValueFreed
source§impl From<ValueFreed> for ExecutionError
impl From<ValueFreed> for ExecutionError
source§fn from(_value: ValueFreed) -> Self
fn from(_value: ValueFreed) -> Self
Converts to this type from the input type.
source§impl From<ValueFreed> for Fault
impl From<ValueFreed> for Fault
source§fn from(_value: ValueFreed) -> Self
fn from(_value: ValueFreed) -> Self
Converts to this type from the input type.
source§impl PartialEq for ValueFreed
impl PartialEq for ValueFreed
impl Copy for ValueFreed
impl Eq for ValueFreed
impl StructuralPartialEq for ValueFreed
Auto Trait Implementations§
impl Freeze for ValueFreed
impl RefUnwindSafe for ValueFreed
impl Send for ValueFreed
impl Sync for ValueFreed
impl Unpin for ValueFreed
impl UnwindSafe for ValueFreed
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
§impl<A> Cast for A
impl<A> Cast for A
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<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
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> 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