pub struct PullRequestStatus {}Auto Trait Implementations§
impl Freeze for PullRequestStatus
impl RefUnwindSafe for PullRequestStatus
impl Send for PullRequestStatus
impl Sync for PullRequestStatus
impl Unpin for PullRequestStatus
impl UnsafeUnpin for PullRequestStatus
impl UnwindSafe for PullRequestStatus
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