pub enum HarnessToolSurface {
Full,
ReadOnly,
Auto,
}Expand description
Which tool catalog shape this posture prefers.
Variants§
Trait Implementations§
Source§impl Clone for HarnessToolSurface
impl Clone for HarnessToolSurface
Source§fn clone(&self) -> HarnessToolSurface
fn clone(&self) -> HarnessToolSurface
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 HarnessToolSurface
Source§impl Debug for HarnessToolSurface
impl Debug for HarnessToolSurface
Source§impl Default for HarnessToolSurface
impl Default for HarnessToolSurface
Source§fn default() -> HarnessToolSurface
fn default() -> HarnessToolSurface
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for HarnessToolSurface
impl<'de> Deserialize<'de> for HarnessToolSurface
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for HarnessToolSurface
Source§impl PartialEq for HarnessToolSurface
impl PartialEq for HarnessToolSurface
Source§impl Serialize for HarnessToolSurface
impl Serialize for HarnessToolSurface
impl StructuralPartialEq for HarnessToolSurface
Auto Trait Implementations§
impl Freeze for HarnessToolSurface
impl RefUnwindSafe for HarnessToolSurface
impl Send for HarnessToolSurface
impl Sync for HarnessToolSurface
impl Unpin for HarnessToolSurface
impl UnsafeUnpin for HarnessToolSurface
impl UnwindSafe for HarnessToolSurface
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,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
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.