pub struct UpdateRolePositions<'a> { /* private fields */ }
Expand description
Modify the position of the roles.
The minimum amount of roles to modify, is a swap between two roles.
Trait Implementations§
source§impl<'a> AuditLogReason<'a> for UpdateRolePositions<'a>
impl<'a> AuditLogReason<'a> for UpdateRolePositions<'a>
source§impl IntoFuture for UpdateRolePositions<'_>
impl IntoFuture for UpdateRolePositions<'_>
source§type Output = Result<Response<ListBody<Role>>, Error>
type Output = Result<Response<ListBody<Role>>, Error>
The output that the future will produce on completion.
source§type IntoFuture = ResponseFuture<ListBody<Role>>
type IntoFuture = ResponseFuture<ListBody<Role>>
Which kind of future are we turning this into?
source§fn into_future(self) -> Self::IntoFuture
fn into_future(self) -> Self::IntoFuture
Creates a future from a value. Read more
source§impl TryIntoRequest for UpdateRolePositions<'_>
impl TryIntoRequest for UpdateRolePositions<'_>
Auto Trait Implementations§
impl<'a> Freeze for UpdateRolePositions<'a>
impl<'a> !RefUnwindSafe for UpdateRolePositions<'a>
impl<'a> Send for UpdateRolePositions<'a>
impl<'a> Sync for UpdateRolePositions<'a>
impl<'a> Unpin for UpdateRolePositions<'a>
impl<'a> !UnwindSafe for UpdateRolePositions<'a>
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