pub struct RevokeMigratorRolePayload;Trait Implementations§
Source§impl HasField<success> for RevokeMigratorRolePayload
impl HasField<success> for RevokeMigratorRolePayload
Auto Trait Implementations§
impl Freeze for RevokeMigratorRolePayload
impl RefUnwindSafe for RevokeMigratorRolePayload
impl Send for RevokeMigratorRolePayload
impl Sync for RevokeMigratorRolePayload
impl Unpin for RevokeMigratorRolePayload
impl UnwindSafe for RevokeMigratorRolePayload
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