pub struct SharedEntries<Id> {
pub module_names: Vec<Id>,
pub shared_deps: DepSet,
pub exports: DepMiniSet,
pub imports: DepMiniSet,
}Fields§
§module_names: Vec<Id>§exports: DepMiniSet§imports: DepMiniSetTrait Implementations§
Source§fn clone(&self) -> SharedEntries<Id>
fn clone(&self) -> SharedEntries<Id>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
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