Struct clap_complete::aot::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 for PowerShell
impl PartialEq for PowerShell
impl Copy for PowerShell
impl Eq for PowerShell
impl StructuralPartialEq for PowerShell
Auto Trait Implementations§
impl Freeze for PowerShell
impl RefUnwindSafe for PowerShell
impl Send for PowerShell
impl Sync for PowerShell
impl Unpin for PowerShell
impl UnwindSafe for PowerShell
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,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)