pub enum GlobOutput {
    Arg(PathBuf),
    Args(Vec<PathBuf>),
}Variants§
Auto Trait Implementations§
impl Freeze for GlobOutput
impl RefUnwindSafe for GlobOutput
impl Send for GlobOutput
impl Sync for GlobOutput
impl Unpin for GlobOutput
impl UnwindSafe for GlobOutput
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