pub struct orgMigration;Trait Implementations§
Source§impl Field for orgMigration
impl Field for orgMigration
Source§impl HasField<orgMigration> for StartOrganizationMigrationPayload
impl HasField<orgMigration> for StartOrganizationMigrationPayload
Source§type Type = Option<OrganizationMigration>
type Type = Option<OrganizationMigration>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for orgMigration
impl RefUnwindSafe for orgMigration
impl Send for orgMigration
impl Sync for orgMigration
impl Unpin for orgMigration
impl UnwindSafe for orgMigration
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