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