pub enum ShellFamily {
Powershell,
Posix,
}Variants§
Trait Implementations§
Source§impl Clone for ShellFamily
impl Clone for ShellFamily
Source§fn clone(&self) -> ShellFamily
fn clone(&self) -> ShellFamily
Returns a duplicate of the value. Read more
1.0.0 · 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 ShellFamily
impl Debug for ShellFamily
Source§impl<'de> Deserialize<'de> for ShellFamily
impl<'de> Deserialize<'de> for ShellFamily
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
Source§impl PartialEq for ShellFamily
impl PartialEq for ShellFamily
Source§impl Serialize for ShellFamily
impl Serialize for ShellFamily
impl Copy for ShellFamily
impl Eq for ShellFamily
impl StructuralPartialEq for ShellFamily
Auto Trait Implementations§
impl Freeze for ShellFamily
impl RefUnwindSafe for ShellFamily
impl Send for ShellFamily
impl Sync for ShellFamily
impl Unpin for ShellFamily
impl UnsafeUnpin for ShellFamily
impl UnwindSafe for ShellFamily
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