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