pub struct Alias<'src, T = Rc<Recipe<'src>>> {
pub attributes: BTreeSet<Attribute<'src>>,
pub name: Name<'src>,
pub target: T,
}
Expand description
An alias, e.g. name := target
Fieldsยง
ยงattributes: BTreeSet<Attribute<'src>>
ยงname: Name<'src>
ยงtarget: T
Implementationsยง
Trait Implementationsยง
impl<'src, T> StructuralPartialEq for Alias<'src, T>
Auto Trait Implementationsยง
impl<'src, T> Freeze for Alias<'src, T>where
T: Freeze,
impl<'src, T> RefUnwindSafe for Alias<'src, T>where
T: RefUnwindSafe,
impl<'src, T> Send for Alias<'src, T>where
T: Send,
impl<'src, T> Sync for Alias<'src, T>where
T: Sync,
impl<'src, T> Unpin for Alias<'src, T>where
T: Unpin,
impl<'src, T> UnwindSafe for Alias<'src, T>where
T: UnwindSafe,
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