pub struct GhPullRequest {
node: GhPullRequestNode,
}
Expand description
Pull request
Fields§
§node: GhPullRequestNode
Node
Trait Implementations§
source§impl Debug for GhPullRequest
impl Debug for GhPullRequest
source§impl Default for GhPullRequest
impl Default for GhPullRequest
source§fn default() -> GhPullRequest
fn default() -> GhPullRequest
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for GhPullRequest
impl<'de> Deserialize<'de> for GhPullRequest
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for GhPullRequest
impl RefUnwindSafe for GhPullRequest
impl Send for GhPullRequest
impl Sync for GhPullRequest
impl Unpin for GhPullRequest
impl UnwindSafe for GhPullRequest
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