pub struct OperationUpdateApp;
Trait Implementations§
Source§impl Operation for OperationUpdateApp
impl Operation for OperationUpdateApp
type PathParams = (Uuid,)
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 OperationUpdateApp
impl RefUnwindSafe for OperationUpdateApp
impl Send for OperationUpdateApp
impl Sync for OperationUpdateApp
impl Unpin for OperationUpdateApp
impl UnwindSafe for OperationUpdateApp
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