pub struct PullRequestContext {
pub number: u64,
pub author: Option<String>,
pub web_url: Option<String>,
}Fields§
§number: u64§web_url: Option<String>Trait Implementations§
Source§impl Clone for PullRequestContext
impl Clone for PullRequestContext
Source§fn clone(&self) -> PullRequestContext
fn clone(&self) -> PullRequestContext
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PullRequestContext
impl Debug for PullRequestContext
impl Eq for PullRequestContext
Source§impl PartialEq for PullRequestContext
impl PartialEq for PullRequestContext
Source§impl Serialize for PullRequestContext
impl Serialize for PullRequestContext
impl StructuralPartialEq for PullRequestContext
Auto Trait Implementations§
impl Freeze for PullRequestContext
impl RefUnwindSafe for PullRequestContext
impl Send for PullRequestContext
impl Sync for PullRequestContext
impl Unpin for PullRequestContext
impl UnsafeUnpin for PullRequestContext
impl UnwindSafe for PullRequestContext
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