pub struct ModuleDependency {
pub module: Module,
pub indirect: bool,
}
Fields§
§module: Module
§indirect: bool
Trait Implementations§
Source§impl Debug for ModuleDependency
impl Debug for ModuleDependency
Source§impl PartialEq for ModuleDependency
impl PartialEq for ModuleDependency
impl Eq for ModuleDependency
impl StructuralPartialEq for ModuleDependency
Auto Trait Implementations§
impl Freeze for ModuleDependency
impl RefUnwindSafe for ModuleDependency
impl Send for ModuleDependency
impl Sync for ModuleDependency
impl Unpin for ModuleDependency
impl UnwindSafe for ModuleDependency
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