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