pub struct Apply<'tree> {
pub span: Span,
pub argument: ApplyArgument<'tree>,
pub constructor: Option<ApplyConstructor<'tree>>,
pub function: Option<ApplyFunction<'tree>>,
}Fields§
§span: Span§argument: ApplyArgument<'tree>§constructor: Option<ApplyConstructor<'tree>>§function: Option<ApplyFunction<'tree>>Trait Implementations§
impl<'tree> Eq for Apply<'tree>
impl<'tree> StructuralPartialEq for Apply<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for Apply<'tree>
impl<'tree> RefUnwindSafe for Apply<'tree>
impl<'tree> Send for Apply<'tree>
impl<'tree> Sync for Apply<'tree>
impl<'tree> Unpin for Apply<'tree>
impl<'tree> UnsafeUnpin for Apply<'tree>
impl<'tree> UnwindSafe for Apply<'tree>
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