pub struct MwPreResponse {
pub context: RequestContext,
pub next: MwNextAction,
}Fields§
§context: RequestContext§next: MwNextActionTrait Implementations§
Auto Trait Implementations§
impl !Freeze for MwPreResponse
impl !RefUnwindSafe for MwPreResponse
impl Send for MwPreResponse
impl Sync for MwPreResponse
impl Unpin for MwPreResponse
impl !UnwindSafe for MwPreResponse
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