pub enum TaskShellProgressType {
Shell,
}Expand description
Progress kind
Variants§
Shell
Trait Implementations§
Source§impl Clone for TaskShellProgressType
impl Clone for TaskShellProgressType
Source§fn clone(&self) -> TaskShellProgressType
fn clone(&self) -> TaskShellProgressType
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 TaskShellProgressType
impl Debug for TaskShellProgressType
Source§impl Default for TaskShellProgressType
impl Default for TaskShellProgressType
Source§fn default() -> TaskShellProgressType
fn default() -> TaskShellProgressType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TaskShellProgressType
impl<'de> Deserialize<'de> for TaskShellProgressType
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 TaskShellProgressType
Source§impl PartialEq for TaskShellProgressType
impl PartialEq for TaskShellProgressType
Source§fn eq(&self, other: &TaskShellProgressType) -> bool
fn eq(&self, other: &TaskShellProgressType) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for TaskShellProgressType
impl Serialize for TaskShellProgressType
impl StructuralPartialEq for TaskShellProgressType
Auto Trait Implementations§
impl Freeze for TaskShellProgressType
impl RefUnwindSafe for TaskShellProgressType
impl Send for TaskShellProgressType
impl Sync for TaskShellProgressType
impl Unpin for TaskShellProgressType
impl UnsafeUnpin for TaskShellProgressType
impl UnwindSafe for TaskShellProgressType
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