pub struct UnresolvedDependency<'src> {
pub recipe: Name<'src>,
pub arguments: Vec<Expression<'src>>,
}
Fieldsยง
ยงrecipe: Name<'src>
ยงarguments: Vec<Expression<'src>>
Trait Implementationsยง
Sourceยงimpl<'src> Clone for UnresolvedDependency<'src>
impl<'src> Clone for UnresolvedDependency<'src>
Sourceยงfn clone(&self) -> UnresolvedDependency<'src>
fn clone(&self) -> UnresolvedDependency<'src>
Returns a copy 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<'src> Debug for UnresolvedDependency<'src>
impl<'src> Debug for UnresolvedDependency<'src>
Sourceยงimpl<'src> Display for UnresolvedDependency<'src>
impl<'src> Display for UnresolvedDependency<'src>
Sourceยงimpl<'src> PartialEq for UnresolvedDependency<'src>
impl<'src> PartialEq for UnresolvedDependency<'src>
Sourceยงfn eq(&self, other: &UnresolvedDependency<'src>) -> bool
fn eq(&self, other: &UnresolvedDependency<'src>) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl<'src> StructuralPartialEq for UnresolvedDependency<'src>
Auto Trait Implementationsยง
impl<'src> Freeze for UnresolvedDependency<'src>
impl<'src> RefUnwindSafe for UnresolvedDependency<'src>
impl<'src> Send for UnresolvedDependency<'src>
impl<'src> Sync for UnresolvedDependency<'src>
impl<'src> Unpin for UnresolvedDependency<'src>
impl<'src> UnwindSafe for UnresolvedDependency<'src>
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