pub struct GetPrByHeadRepositoryPullRequestsNodes {
pub id: String,
pub number: i64,
pub is_draft: bool,
}Fields§
§id: String§number: i64§is_draft: boolTrait Implementations§
Source§impl<'de> Deserialize<'de> for GetPrByHeadRepositoryPullRequestsNodes
impl<'de> Deserialize<'de> for GetPrByHeadRepositoryPullRequestsNodes
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 GetPrByHeadRepositoryPullRequestsNodes
impl RefUnwindSafe for GetPrByHeadRepositoryPullRequestsNodes
impl Send for GetPrByHeadRepositoryPullRequestsNodes
impl Sync for GetPrByHeadRepositoryPullRequestsNodes
impl Unpin for GetPrByHeadRepositoryPullRequestsNodes
impl UnsafeUnpin for GetPrByHeadRepositoryPullRequestsNodes
impl UnwindSafe for GetPrByHeadRepositoryPullRequestsNodes
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