pub struct PrStatus {
pub merged: bool,
pub state: String,
pub mergeable: Option<bool>,
pub title: String,
pub number: u64,
pub head_sha: String,
}Fields§
§merged: bool§state: String§mergeable: Option<bool>§title: String§number: u64§head_sha: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for PrStatus
impl RefUnwindSafe for PrStatus
impl Send for PrStatus
impl Sync for PrStatus
impl Unpin for PrStatus
impl UnsafeUnpin for PrStatus
impl UnwindSafe for PrStatus
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