pub enum PrState {
Open,
Merged,
Closed,
}Expand description
The merge state of a pull request.
Variants§
Trait Implementations§
impl Copy for PrState
impl Eq for PrState
impl StructuralPartialEq for PrState
Auto Trait Implementations§
impl Freeze for PrState
impl RefUnwindSafe for PrState
impl Send for PrState
impl Sync for PrState
impl Unpin for PrState
impl UnsafeUnpin for PrState
impl UnwindSafe for PrState
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.