pub struct FunctionArgument {
pub name: Name,
pub location: Location,
}Fields§
§name: Name§location: LocationTrait Implementations§
Source§impl Clone for FunctionArgument
impl Clone for FunctionArgument
Source§fn clone(&self) -> FunctionArgument
fn clone(&self) -> FunctionArgument
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 FunctionArgument
impl Debug for FunctionArgument
impl Eq for FunctionArgument
Source§impl Hash for FunctionArgument
impl Hash for FunctionArgument
Source§impl PartialEq for FunctionArgument
impl PartialEq for FunctionArgument
Source§fn eq(&self, other: &FunctionArgument) -> bool
fn eq(&self, other: &FunctionArgument) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for FunctionArgument
Auto Trait Implementations§
impl Freeze for FunctionArgument
impl RefUnwindSafe for FunctionArgument
impl Send for FunctionArgument
impl Sync for FunctionArgument
impl Unpin for FunctionArgument
impl UnsafeUnpin for FunctionArgument
impl UnwindSafe for FunctionArgument
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