pub struct OperationCreateApp;
Trait Implementations§
Source§impl Operation for OperationCreateApp
impl Operation for OperationCreateApp
type PathParams = ()
type QueryParams = GetAppParams
type Body = AppRequest
type Output = App
fn method() -> Method
fn path( p: <Self::PathParams as TupleRef<'_>>::Ref, q: Option<&Self::QueryParams>, ) -> String
fn to_body(body: &Self::Body) -> Option<Value>
Auto Trait Implementations§
impl Freeze for OperationCreateApp
impl RefUnwindSafe for OperationCreateApp
impl Send for OperationCreateApp
impl Sync for OperationCreateApp
impl Unpin for OperationCreateApp
impl UnwindSafe for OperationCreateApp
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