pub enum CliOutput {
Generate(GenerateOutput),
}Variants§
Generate(GenerateOutput)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CliOutput
impl RefUnwindSafe for CliOutput
impl Send for CliOutput
impl Sync for CliOutput
impl Unpin for CliOutput
impl UnwindSafe for CliOutput
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