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