pub struct isCrossRepository;
Trait Implementations§
Source§impl Field for isCrossRepository
impl Field for isCrossRepository
Source§impl HasField<isCrossRepository> for PullRequest
impl HasField<isCrossRepository> for PullRequest
Auto Trait Implementations§
impl Freeze for isCrossRepository
impl RefUnwindSafe for isCrossRepository
impl Send for isCrossRepository
impl Sync for isCrossRepository
impl Unpin for isCrossRepository
impl UnwindSafe for isCrossRepository
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