pub enum DownOutcome {
Destroyed,
AlreadyDown,
}Variants§
Destroyed
Runtime and billable resources verifiably gone; tombstone left.
AlreadyDown
The instance was already a tombstone.
Trait Implementations§
Source§impl Debug for DownOutcome
impl Debug for DownOutcome
impl Eq for DownOutcome
Source§impl PartialEq for DownOutcome
impl PartialEq for DownOutcome
impl StructuralPartialEq for DownOutcome
Auto Trait Implementations§
impl Freeze for DownOutcome
impl RefUnwindSafe for DownOutcome
impl Send for DownOutcome
impl Sync for DownOutcome
impl Unpin for DownOutcome
impl UnsafeUnpin for DownOutcome
impl UnwindSafe for DownOutcome
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<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
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.