pub struct CallFrame<'a> {
pub req: &'a mut Request,
pub resp: Responsa,
pub abend: bool,
pub kv: HashMap<String, String>,
}Fields§
§req: &'a mut Request§resp: Responsa§abend: bool§kv: HashMap<String, String>Auto Trait Implementations§
impl<'a> Freeze for CallFrame<'a>
impl<'a> !RefUnwindSafe for CallFrame<'a>
impl<'a> Send for CallFrame<'a>
impl<'a> !Sync for CallFrame<'a>
impl<'a> Unpin for CallFrame<'a>
impl<'a> !UnwindSafe for CallFrame<'a>
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