pub enum PowerShellEdition {
Desktop,
Core,
}Expand description
PowerShell edition
Variants§
Trait Implementations§
Source§impl Clone for PowerShellEdition
impl Clone for PowerShellEdition
Source§fn clone(&self) -> PowerShellEdition
fn clone(&self) -> PowerShellEdition
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 PowerShellEdition
impl Debug for PowerShellEdition
Source§impl PartialEq for PowerShellEdition
impl PartialEq for PowerShellEdition
impl Copy for PowerShellEdition
impl StructuralPartialEq for PowerShellEdition
Auto Trait Implementations§
impl Freeze for PowerShellEdition
impl RefUnwindSafe for PowerShellEdition
impl Send for PowerShellEdition
impl Sync for PowerShellEdition
impl Unpin for PowerShellEdition
impl UnsafeUnpin for PowerShellEdition
impl UnwindSafe for PowerShellEdition
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