pub struct RArg {
pub name: Option<String>,
pub value: RExpr,
}Expand description
Named or unnamed argument in a function call.
Fields§
§name: Option<String>§value: RExprImplementations§
Trait Implementations§
impl StructuralPartialEq for RArg
Auto Trait Implementations§
impl Freeze for RArg
impl RefUnwindSafe for RArg
impl Send for RArg
impl Sync for RArg
impl Unpin for RArg
impl UnsafeUnpin for RArg
impl UnwindSafe for RArg
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