pub enum ExternalToolSurfaceDeltaPhase {
None,
Pending,
Applied,
Draining,
Failed,
Forced,
}Expand description
Last emitted lifecycle delta phase for one external tool surface.
Variants§
Trait Implementations§
Source§impl Clone for ExternalToolSurfaceDeltaPhase
impl Clone for ExternalToolSurfaceDeltaPhase
Source§fn clone(&self) -> ExternalToolSurfaceDeltaPhase
fn clone(&self) -> ExternalToolSurfaceDeltaPhase
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 moreSource§impl PartialEq for ExternalToolSurfaceDeltaPhase
impl PartialEq for ExternalToolSurfaceDeltaPhase
Source§fn eq(&self, other: &ExternalToolSurfaceDeltaPhase) -> bool
fn eq(&self, other: &ExternalToolSurfaceDeltaPhase) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ExternalToolSurfaceDeltaPhase
impl Eq for ExternalToolSurfaceDeltaPhase
impl StructuralPartialEq for ExternalToolSurfaceDeltaPhase
Auto Trait Implementations§
impl Freeze for ExternalToolSurfaceDeltaPhase
impl RefUnwindSafe for ExternalToolSurfaceDeltaPhase
impl Send for ExternalToolSurfaceDeltaPhase
impl Sync for ExternalToolSurfaceDeltaPhase
impl Unpin for ExternalToolSurfaceDeltaPhase
impl UnsafeUnpin for ExternalToolSurfaceDeltaPhase
impl UnwindSafe for ExternalToolSurfaceDeltaPhase
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§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.