pub struct NamedArg {
pub name: String,
pub value: Value,
}
Fields§
§name: String
§value: Value
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NamedArg
impl RefUnwindSafe for NamedArg
impl Send for NamedArg
impl Sync for NamedArg
impl Unpin for NamedArg
impl UnwindSafe for NamedArg
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