pub struct RequestArg {
pub name: TinyString,
pub value: StrictVal,
}Fields§
§name: TinyString§value: StrictValAuto Trait Implementations§
impl Freeze for RequestArg
impl RefUnwindSafe for RequestArg
impl Send for RequestArg
impl Sync for RequestArg
impl Unpin for RequestArg
impl UnwindSafe for RequestArg
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