pub struct targetOrgName;
Trait Implementations§
Source§impl Field for targetOrgName
impl Field for targetOrgName
impl HasInputField<targetOrgName, String> for StartOrganizationMigrationInput
Auto Trait Implementations§
impl Freeze for targetOrgName
impl RefUnwindSafe for targetOrgName
impl Send for targetOrgName
impl Sync for targetOrgName
impl Unpin for targetOrgName
impl UnwindSafe for targetOrgName
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