Struct hrana_client_proto::NamedArg
source · pub struct NamedArg {
pub name: String,
pub value: Value,
}
Fields§
§name: String
§value: Value
Trait Implementations§
Auto Trait Implementations§
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