pub struct grantMigratorRole;Trait Implementations§
Source§impl Field for grantMigratorRole
impl Field for grantMigratorRole
Source§impl HasArgument<input> for grantMigratorRole
impl HasArgument<input> for grantMigratorRole
Source§type ArgumentType = GrantMigratorRoleInput
type ArgumentType = GrantMigratorRoleInput
The schema marker type of this argument.
Source§impl HasField<grantMigratorRole> for Mutation
impl HasField<grantMigratorRole> for Mutation
Source§type Type = Option<GrantMigratorRolePayload>
type Type = Option<GrantMigratorRolePayload>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for grantMigratorRole
impl RefUnwindSafe for grantMigratorRole
impl Send for grantMigratorRole
impl Sync for grantMigratorRole
impl Unpin for grantMigratorRole
impl UnwindSafe for grantMigratorRole
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