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