Struct clap_complete::shells::PowerShell
source · pub struct PowerShell;
Expand description
Generate powershell completion file
Trait Implementations§
source§impl Clone for PowerShell
impl Clone for PowerShell
source§fn clone(&self) -> PowerShell
fn clone(&self) -> PowerShell
Returns a copy 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 PowerShell
impl Debug for PowerShell
source§impl Generator for PowerShell
impl Generator for PowerShell
source§impl PartialEq<PowerShell> for PowerShell
impl PartialEq<PowerShell> for PowerShell
source§fn eq(&self, other: &PowerShell) -> bool
fn eq(&self, other: &PowerShell) -> bool
impl Copy for PowerShell
impl Eq for PowerShell
impl StructuralEq for PowerShell
impl StructuralPartialEq for PowerShell
Auto Trait Implementations§
impl RefUnwindSafe for PowerShell
impl Send for PowerShell
impl Sync for PowerShell
impl Unpin for PowerShell
impl UnwindSafe for PowerShell
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.