pub struct AssemblyProject { /* private fields */ }Implementations§
Source§impl AssemblyProject
impl AssemblyProject
pub fn build_from(files: HashMap<PathBuf, AssemblyFile>) -> Self
pub fn generate_docs(&self) -> Vec<(PathBuf, Docs)>
Trait Implementations§
Source§impl Default for AssemblyProject
impl Default for AssemblyProject
Source§fn default() -> AssemblyProject
fn default() -> AssemblyProject
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AssemblyProject
impl RefUnwindSafe for AssemblyProject
impl Send for AssemblyProject
impl Sync for AssemblyProject
impl Unpin for AssemblyProject
impl UnwindSafe for AssemblyProject
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