pub struct GetPrByHeadRepository {
pub pull_requests: GetPrByHeadRepositoryPullRequests,
}Fields§
§pull_requests: GetPrByHeadRepositoryPullRequestsTrait Implementations§
Source§impl Debug for GetPrByHeadRepository
impl Debug for GetPrByHeadRepository
Source§impl<'de> Deserialize<'de> for GetPrByHeadRepository
impl<'de> Deserialize<'de> for GetPrByHeadRepository
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 GetPrByHeadRepository
impl RefUnwindSafe for GetPrByHeadRepository
impl Send for GetPrByHeadRepository
impl Sync for GetPrByHeadRepository
impl Unpin for GetPrByHeadRepository
impl UnsafeUnpin for GetPrByHeadRepository
impl UnwindSafe for GetPrByHeadRepository
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