pub struct DependencyResolution { /* private fields */ }Implementations§
Source§impl DependencyResolution
impl DependencyResolution
pub fn lust(&self) -> &[ResolvedLustDependency]
pub fn rust(&self) -> &[ResolvedRustDependency]
pub fn lua(&self) -> &[ResolvedLuaDependency]
Trait Implementations§
Source§impl Clone for DependencyResolution
impl Clone for DependencyResolution
Source§fn clone(&self) -> DependencyResolution
fn clone(&self) -> DependencyResolution
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 moreSource§impl Debug for DependencyResolution
impl Debug for DependencyResolution
Source§impl Default for DependencyResolution
impl Default for DependencyResolution
Source§fn default() -> DependencyResolution
fn default() -> DependencyResolution
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DependencyResolution
impl RefUnwindSafe for DependencyResolution
impl Send for DependencyResolution
impl Sync for DependencyResolution
impl Unpin for DependencyResolution
impl UnsafeUnpin for DependencyResolution
impl UnwindSafe for DependencyResolution
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