pub struct PreparedRustDependency {
pub dependency: ResolvedRustDependency,
pub build: LocalBuildOutput,
pub stub_roots: Vec<StubRoot>,
}Fields§
§dependency: ResolvedRustDependency§build: LocalBuildOutput§stub_roots: Vec<StubRoot>Trait Implementations§
Source§impl Clone for PreparedRustDependency
impl Clone for PreparedRustDependency
Source§fn clone(&self) -> PreparedRustDependency
fn clone(&self) -> PreparedRustDependency
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 PreparedRustDependency
impl RefUnwindSafe for PreparedRustDependency
impl Send for PreparedRustDependency
impl Sync for PreparedRustDependency
impl Unpin for PreparedRustDependency
impl UnwindSafe for PreparedRustDependency
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