Struct cargo_gazelle::FileGroup
source · pub struct FileGroup {
pub(crate) name: Field<QuotedString>,
pub(crate) files: Field<List<QuotedString>>,
}
Expand description
A Bazel filegroup
.
Fields§
§name: Field<QuotedString>
§files: Field<List<QuotedString>>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FileGroup
impl !RefUnwindSafe for FileGroup
impl !Send for FileGroup
impl !Sync for FileGroup
impl Unpin for FileGroup
impl !UnwindSafe for FileGroup
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