Struct garden_lang_parser::ast::ParenthesizedArguments
source · pub struct ParenthesizedArguments {
pub open_paren: Position,
pub arguments: Vec<Expression>,
pub close_paren: Position,
}Fields§
§open_paren: Position§arguments: Vec<Expression>§close_paren: PositionTrait Implementations§
source§impl Clone for ParenthesizedArguments
impl Clone for ParenthesizedArguments
source§fn clone(&self) -> ParenthesizedArguments
fn clone(&self) -> ParenthesizedArguments
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 Debug for ParenthesizedArguments
impl Debug for ParenthesizedArguments
source§impl PartialEq for ParenthesizedArguments
impl PartialEq for ParenthesizedArguments
impl Eq for ParenthesizedArguments
impl StructuralPartialEq for ParenthesizedArguments
Auto Trait Implementations§
impl Freeze for ParenthesizedArguments
impl RefUnwindSafe for ParenthesizedArguments
impl Send for ParenthesizedArguments
impl Sync for ParenthesizedArguments
impl Unpin for ParenthesizedArguments
impl UnwindSafe for ParenthesizedArguments
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)