pub enum LinkPrStatus {
Planned,
InProgress,
Blocked,
}Variants§
Trait Implementations§
Source§impl Clone for LinkPrStatus
impl Clone for LinkPrStatus
Source§fn clone(&self) -> LinkPrStatus
fn clone(&self) -> LinkPrStatus
Returns a duplicate 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 LinkPrStatus
impl Debug for LinkPrStatus
Source§impl PartialEq for LinkPrStatus
impl PartialEq for LinkPrStatus
Source§impl Serialize for LinkPrStatus
impl Serialize for LinkPrStatus
Source§impl ValueEnum for LinkPrStatus
impl ValueEnum for LinkPrStatus
impl Copy for LinkPrStatus
impl Eq for LinkPrStatus
impl StructuralPartialEq for LinkPrStatus
Auto Trait Implementations§
impl Freeze for LinkPrStatus
impl RefUnwindSafe for LinkPrStatus
impl Send for LinkPrStatus
impl Sync for LinkPrStatus
impl Unpin for LinkPrStatus
impl UnsafeUnpin for LinkPrStatus
impl UnwindSafe for LinkPrStatus
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