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 (const: unstable) · 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
impl Eq for AutoWatchAction
Source§impl PartialEq for AutoWatchAction
impl PartialEq for AutoWatchAction
Source§fn eq(&self, other: &AutoWatchAction) -> bool
fn eq(&self, other: &AutoWatchAction) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for AutoWatchAction
impl Serialize 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 UnsafeUnpin 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