pub enum AutoWatchAction {
IssueCreated,
IssueContributedTo,
}Expand description
Auto watch on actions.
Variants§
Trait Implementations§
Source§impl Clone for AutoWatchAction
impl Clone for AutoWatchAction
Source§fn clone(&self) -> AutoWatchAction
fn clone(&self) -> AutoWatchAction
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 AutoWatchAction
impl Debug for AutoWatchAction
Source§impl<'de> Deserialize<'de> for AutoWatchAction
impl<'de> Deserialize<'de> for AutoWatchAction
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
Source§impl Display for AutoWatchAction
impl Display for AutoWatchAction
Source§impl PartialEq for AutoWatchAction
impl PartialEq for AutoWatchAction
Source§impl Serialize for AutoWatchAction
impl Serialize for AutoWatchAction
impl Eq for AutoWatchAction
impl StructuralPartialEq for AutoWatchAction
Auto Trait Implementations§
impl Freeze for AutoWatchAction
impl RefUnwindSafe for AutoWatchAction
impl Send for AutoWatchAction
impl Sync for AutoWatchAction
impl Unpin for AutoWatchAction
impl UnwindSafe for AutoWatchAction
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<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> PolicyExt for Twhere
T: ?Sized,
impl<T> PolicyExt for Twhere
T: ?Sized,
Source§impl<T> ToStringFallible for Twhere
T: Display,
impl<T> ToStringFallible for Twhere
T: Display,
Source§fn try_to_string(&self) -> Result<String, TryReserveError>
fn try_to_string(&self) -> Result<String, TryReserveError>
ToString::to_string, but without panic on OOM.