pub struct Fig;
Expand description
Generate fig completion file
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Fig
impl RefUnwindSafe for Fig
impl Send for Fig
impl Sync for Fig
impl Unpin for Fig
impl UnwindSafe for Fig
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