pub struct TypedMutationHandler {
pub request_type: HandlerRequestType,
pub query_params: Option<TypescriptType>,
pub path: Option<TypescriptType>,
pub input_type: Option<TypescriptType>,
pub output_type: TypescriptType,
pub route_key: RouteKey,
}Fields§
§request_type: HandlerRequestType§query_params: Option<TypescriptType>§path: Option<TypescriptType>§input_type: Option<TypescriptType>§output_type: TypescriptType§route_key: RouteKeyTrait Implementations§
Source§impl Clone for TypedMutationHandler
impl Clone for TypedMutationHandler
Source§fn clone(&self) -> TypedMutationHandler
fn clone(&self) -> TypedMutationHandler
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TypedMutationHandler
impl Debug for TypedMutationHandler
Source§impl PartialEq for TypedMutationHandler
impl PartialEq for TypedMutationHandler
impl StructuralPartialEq for TypedMutationHandler
Auto Trait Implementations§
impl Freeze for TypedMutationHandler
impl RefUnwindSafe for TypedMutationHandler
impl Send for TypedMutationHandler
impl Sync for TypedMutationHandler
impl Unpin for TypedMutationHandler
impl UnwindSafe for TypedMutationHandler
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