pub struct OperationCreateExternalRole;
Trait Implementations§
Source§impl Operation for OperationCreateExternalRole
impl Operation for OperationCreateExternalRole
type PathParams = ()
type QueryParams = ()
type Body = ExternalRoleRequest
type Output = ExternalRole
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 OperationCreateExternalRole
impl RefUnwindSafe for OperationCreateExternalRole
impl Send for OperationCreateExternalRole
impl Sync for OperationCreateExternalRole
impl Unpin for OperationCreateExternalRole
impl UnwindSafe for OperationCreateExternalRole
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