pub struct HostRootStale;Expand description
v1.3 Phase SR — error returned by Vm::write_host /
Vm::unpin when the supplied ticket’s generation no longer
matches the live slot. Indicates the slot has been unpinned (and
possibly re-pinned to an unrelated value) since the ticket was
issued.
Trait Implementations§
Source§impl Clone for HostRootStale
impl Clone for HostRootStale
Source§fn clone(&self) -> HostRootStale
fn clone(&self) -> HostRootStale
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for HostRootStale
Source§impl Debug for HostRootStale
impl Debug for HostRootStale
Source§impl Display for HostRootStale
impl Display for HostRootStale
impl Eq for HostRootStale
Source§impl Error for HostRootStale
impl Error for HostRootStale
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
Source§impl PartialEq for HostRootStale
impl PartialEq for HostRootStale
Source§fn eq(&self, other: &HostRootStale) -> bool
fn eq(&self, other: &HostRootStale) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for HostRootStale
Auto Trait Implementations§
impl Freeze for HostRootStale
impl RefUnwindSafe for HostRootStale
impl Send for HostRootStale
impl Sync for HostRootStale
impl Unpin for HostRootStale
impl UnsafeUnpin for HostRootStale
impl UnwindSafe for HostRootStale
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