pub struct AmentTargetDependencies<'t> {
pub target: Token<'t>,
pub dependencies: Vec<Token<'t>>,
}Fields§
§target: Token<'t>§dependencies: Vec<Token<'t>>Trait Implementations§
Source§impl<'t> Clone for AmentTargetDependencies<'t>
impl<'t> Clone for AmentTargetDependencies<'t>
Source§fn clone(&self) -> AmentTargetDependencies<'t>
fn clone(&self) -> AmentTargetDependencies<'t>
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<'t> Debug for AmentTargetDependencies<'t>
impl<'t> Debug for AmentTargetDependencies<'t>
Source§impl<'t> PartialEq for AmentTargetDependencies<'t>
impl<'t> PartialEq for AmentTargetDependencies<'t>
impl<'t> Eq for AmentTargetDependencies<'t>
impl<'t> StructuralPartialEq for AmentTargetDependencies<'t>
Auto Trait Implementations§
impl<'t> Freeze for AmentTargetDependencies<'t>
impl<'t> RefUnwindSafe for AmentTargetDependencies<'t>
impl<'t> Send for AmentTargetDependencies<'t>
impl<'t> Sync for AmentTargetDependencies<'t>
impl<'t> Unpin for AmentTargetDependencies<'t>
impl<'t> UnsafeUnpin for AmentTargetDependencies<'t>
impl<'t> UnwindSafe for AmentTargetDependencies<'t>
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