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