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