pub struct GroupFile {
pub stem: String,
pub item_indices: Vec<usize>,
}Expand description
One generated child module file.
Fields§
§stem: String§item_indices: Vec<usize>Indices into SplitPlan::moved, in original source order.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GroupFile
impl RefUnwindSafe for GroupFile
impl Send for GroupFile
impl Sync for GroupFile
impl Unpin for GroupFile
impl UnsafeUnpin for GroupFile
impl UnwindSafe for GroupFile
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