pub struct NamedArgument {
pub loc: Loc,
pub name: Identifier,
pub expr: Expression,
}
Fields§
§loc: Loc
§name: Identifier
§expr: Expression
Trait Implementations§
Source§impl Clone for NamedArgument
impl Clone for NamedArgument
Source§fn clone(&self) -> NamedArgument
fn clone(&self) -> NamedArgument
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 NamedArgument
impl Debug for NamedArgument
Source§impl PartialEq for NamedArgument
impl PartialEq for NamedArgument
impl Eq for NamedArgument
impl StructuralPartialEq for NamedArgument
Auto Trait Implementations§
impl Freeze for NamedArgument
impl RefUnwindSafe for NamedArgument
impl Send for NamedArgument
impl Sync for NamedArgument
impl Unpin for NamedArgument
impl UnwindSafe for NamedArgument
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