pub struct ModuleProvides {
pub provides_index: u16,
pub provides_with_index: Vec<u16>,
}
Fields§
§provides_index: u16
§provides_with_index: Vec<u16>
Trait Implementations§
Source§impl Clone for ModuleProvides
impl Clone for ModuleProvides
Source§fn clone(&self) -> ModuleProvides
fn clone(&self) -> ModuleProvides
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto 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