pub enum PullStatus {
Abandoned,
Active,
Draft,
All,
Completed,
NotSet,
}
Expand description
enum representation of Azure Pull Request Status
Variants§
Trait Implementations§
Source§impl Clone for PullStatus
impl Clone for PullStatus
Source§fn clone(&self) -> PullStatus
fn clone(&self) -> PullStatus
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for PullStatus
impl Debug for PullStatus
Source§impl Default for PullStatus
impl Default for PullStatus
Source§fn default() -> PullStatus
fn default() -> PullStatus
Returns the “default value” for a type. Read more
Source§impl Display for PullStatus
impl Display for PullStatus
Source§impl PartialEq for PullStatus
impl PartialEq for PullStatus
Source§impl Serialize for PullStatus
impl Serialize for PullStatus
impl Copy for PullStatus
impl StructuralPartialEq for PullStatus
Auto Trait Implementations§
impl Freeze for PullStatus
impl RefUnwindSafe for PullStatus
impl Send for PullStatus
impl Sync for PullStatus
impl Unpin for PullStatus
impl UnwindSafe for PullStatus
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