pub struct ModuleGenerator<'a> {
pub prefix_path: String,
pub module_file_name: &'a str,
pub root_item: &'a Item,
pub index: &'a Index,
pub paths: &'a Paths,
pub external_crate: &'a ExternalCrates,
}Fields§
§prefix_path: String§module_file_name: &'a str§root_item: &'a Item§index: &'a Index§paths: &'a Paths§external_crate: &'a ExternalCratesImplementations§
Source§impl<'a> ModuleGenerator<'a>
impl<'a> ModuleGenerator<'a>
Auto Trait Implementations§
impl<'a> Freeze for ModuleGenerator<'a>
impl<'a> RefUnwindSafe for ModuleGenerator<'a>
impl<'a> Send for ModuleGenerator<'a>
impl<'a> Sync for ModuleGenerator<'a>
impl<'a> Unpin for ModuleGenerator<'a>
impl<'a> UnwindSafe for ModuleGenerator<'a>
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