Struct cargo_gazelle::rules::LoadStatement
source · pub struct LoadStatement {
module: Module,
rules: BTreeSet<Rule>,
}
Fields§
§module: Module
§rules: BTreeSet<Rule>
Trait Implementations§
source§impl Debug for LoadStatement
impl Debug for LoadStatement
source§impl ToBazelDefinition for LoadStatement
impl ToBazelDefinition for LoadStatement
Auto Trait Implementations§
impl Freeze for LoadStatement
impl RefUnwindSafe for LoadStatement
impl Send for LoadStatement
impl Sync for LoadStatement
impl Unpin for LoadStatement
impl UnwindSafe for LoadStatement
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