Enum hyper_scripter::args::ArgsResult
source · pub enum ArgsResult {
Normal(Root),
Completion(Completion),
Shell(Vec<String>),
}
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for ArgsResult
impl Send for ArgsResult
impl Sync for ArgsResult
impl Unpin for ArgsResult
impl UnwindSafe for ArgsResult
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