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