pub(super) struct EpicArgs {
pub target: Expr,
pub positional_args: Vec<Expr>,
pub named_args: Vec<(Ident, Expr)>,
}Fields§
§target: Expr§positional_args: Vec<Expr>§named_args: Vec<(Ident, Expr)>Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for EpicArgs
impl !Send for EpicArgs
impl !Sync for EpicArgs
impl Unpin for EpicArgs
impl UnwindSafe for EpicArgs
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