pub enum AnyCli {
Integrated(IntegratedCli),
Standalone(StandaloneCli),
}Variants§
Integrated(IntegratedCli)
Standalone(StandaloneCli)
Implementations§
Auto Trait Implementations§
impl Freeze for AnyCli
impl RefUnwindSafe for AnyCli
impl Send for AnyCli
impl Sync for AnyCli
impl Unpin for AnyCli
impl UnsafeUnpin for AnyCli
impl UnwindSafe for AnyCli
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