pub struct Glob;Expand description
A wildcard marker that matches any value in a selector field.
Glob is the unit type behind ValueOrGlob::Glob. It displays as * and
is produced whenever a selector field is omitted or explicitly set to * in
the CLI string syntax.
Trait Implementations§
Source§impl Ord for Glob
impl Ord for Glob
Source§impl PartialOrd for Glob
impl PartialOrd for Glob
impl Copy for Glob
impl Eq for Glob
impl StructuralPartialEq for Glob
Auto Trait Implementations§
impl Freeze for Glob
impl RefUnwindSafe for Glob
impl Send for Glob
impl Sync for Glob
impl Unpin for Glob
impl UnsafeUnpin for Glob
impl UnwindSafe for Glob
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