pub struct ResolvedLustDependency {
pub name: String,
pub sanitized_name: Option<String>,
pub module_root: PathBuf,
pub root_module: Option<PathBuf>,
}Fields§
§name: String§sanitized_name: Option<String>§module_root: PathBuf§root_module: Option<PathBuf>Trait Implementations§
Source§impl Clone for ResolvedLustDependency
impl Clone for ResolvedLustDependency
Source§fn clone(&self) -> ResolvedLustDependency
fn clone(&self) -> ResolvedLustDependency
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 ResolvedLustDependency
impl RefUnwindSafe for ResolvedLustDependency
impl Send for ResolvedLustDependency
impl Sync for ResolvedLustDependency
impl Unpin for ResolvedLustDependency
impl UnwindSafe for ResolvedLustDependency
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