Struct cargo_gazelle::Glob
source · pub struct Glob {
pub(crate) includes: List<QuotedString>,
}
Expand description
A Bazel glob
TODO(parkmcar): Support excludes
.
Fields§
§includes: List<QuotedString>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Glob
impl !RefUnwindSafe for Glob
impl !Send for Glob
impl !Sync for Glob
impl Unpin 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