Struct forester_rs::tree::parser::ast::invocation::Invocation
source · pub struct Invocation<'a> {
pub tree: &'a Tree,
pub alias: Option<AliasName>,
pub arguments: Arguments,
}
Expand description
Just a gathering structure of definition arguments and alias, representing a call
Fields§
§tree: &'a Tree
§alias: Option<AliasName>
§arguments: Arguments
Implementations§
Trait Implementations§
source§impl<'a> Clone for Invocation<'a>
impl<'a> Clone for Invocation<'a>
source§fn clone(&self) -> Invocation<'a>
fn clone(&self) -> Invocation<'a>
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<'a> Debug for Invocation<'a>
impl<'a> Debug for Invocation<'a>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for Invocation<'a>
impl<'a> Send for Invocation<'a>
impl<'a> Sync for Invocation<'a>
impl<'a> Unpin for Invocation<'a>
impl<'a> UnwindSafe for Invocation<'a>
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