pub enum ExternalToolSurfaceBaseState {
Absent,
Active,
Removing,
Removed,
}Expand description
Base lifecycle state for one external tool surface.
Variants§
Trait Implementations§
Source§impl Clone for ExternalToolSurfaceBaseState
impl Clone for ExternalToolSurfaceBaseState
Source§fn clone(&self) -> ExternalToolSurfaceBaseState
fn clone(&self) -> ExternalToolSurfaceBaseState
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 Debug for ExternalToolSurfaceBaseState
impl Debug for ExternalToolSurfaceBaseState
Source§impl PartialEq for ExternalToolSurfaceBaseState
impl PartialEq for ExternalToolSurfaceBaseState
Source§fn eq(&self, other: &ExternalToolSurfaceBaseState) -> bool
fn eq(&self, other: &ExternalToolSurfaceBaseState) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ExternalToolSurfaceBaseState
impl Eq for ExternalToolSurfaceBaseState
impl StructuralPartialEq for ExternalToolSurfaceBaseState
Auto Trait Implementations§
impl Freeze for ExternalToolSurfaceBaseState
impl RefUnwindSafe for ExternalToolSurfaceBaseState
impl Send for ExternalToolSurfaceBaseState
impl Sync for ExternalToolSurfaceBaseState
impl Unpin for ExternalToolSurfaceBaseState
impl UnsafeUnpin for ExternalToolSurfaceBaseState
impl UnwindSafe for ExternalToolSurfaceBaseState
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.