pub struct WatchedPullRequests { /* private fields */ }Expand description
The pull requests with specific labels that worth to watch.
Implementations§
Trait Implementations§
Source§impl Debug for WatchedPullRequests
impl Debug for WatchedPullRequests
Source§impl Default for WatchedPullRequests
impl Default for WatchedPullRequests
Source§fn default() -> WatchedPullRequests
fn default() -> WatchedPullRequests
Returns the “default value” for a type. Read more
Source§impl From<Vec<PullRequest>> for WatchedPullRequests
impl From<Vec<PullRequest>> for WatchedPullRequests
Source§fn from(pull_requests: Vec<PullRequest>) -> Self
fn from(pull_requests: Vec<PullRequest>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for WatchedPullRequests
impl RefUnwindSafe for WatchedPullRequests
impl Send for WatchedPullRequests
impl Sync for WatchedPullRequests
impl Unpin for WatchedPullRequests
impl UnwindSafe for WatchedPullRequests
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