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