pub struct GrantMigratorRoleInput;Trait Implementations§
impl HasInputField<actor, String> for GrantMigratorRoleInput
impl HasInputField<actorType, ActorType> for GrantMigratorRoleInput
impl HasInputField<clientMutationId, Option<String>> for GrantMigratorRoleInput
impl HasInputField<organizationId, Id> for GrantMigratorRoleInput
impl InputObjectMarker for GrantMigratorRoleInput
Auto Trait Implementations§
impl Freeze for GrantMigratorRoleInput
impl RefUnwindSafe for GrantMigratorRoleInput
impl Send for GrantMigratorRoleInput
impl Sync for GrantMigratorRoleInput
impl Unpin for GrantMigratorRoleInput
impl UnwindSafe for GrantMigratorRoleInput
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