pub struct baseRepository;
Trait Implementations§
Source§impl Field for baseRepository
impl Field for baseRepository
Source§impl HasField<baseRepository> for PullRequest
impl HasField<baseRepository> for PullRequest
Source§type Type = Option<Repository>
type Type = Option<Repository>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for baseRepository
impl RefUnwindSafe for baseRepository
impl Send for baseRepository
impl Sync for baseRepository
impl Unpin for baseRepository
impl UnwindSafe for baseRepository
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