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