pub struct ModuleProvides {
pub provides_index: u16,
pub provides_with_index: Vec<u16>,
}
Fields§
§provides_index: u16
§provides_with_index: Vec<u16>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ModuleProvides
impl RefUnwindSafe for ModuleProvides
impl Send for ModuleProvides
impl Sync for ModuleProvides
impl Unpin for ModuleProvides
impl UnwindSafe for ModuleProvides
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