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