Struct moth::script::ScriptCommand
source · pub struct ScriptCommand {
pub site: Arc<dyn Site>,
pub script_name: PoolStr,
pub read_only: bool,
pub path_vars: Vec<String>,
pub body: OpaqueJsonPointer,
pub request: Request,
}Fields§
§site: Arc<dyn Site>§script_name: PoolStr§read_only: bool§path_vars: Vec<String>§body: OpaqueJsonPointer§request: RequestAuto Trait Implementations§
impl !RefUnwindSafe for ScriptCommand
impl Send for ScriptCommand
impl !Sync for ScriptCommand
impl Unpin for ScriptCommand
impl !UnwindSafe for ScriptCommand
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