Enum github_rest::model::repositories::events::WatchAction
source · pub enum WatchAction {
Started,
}
Variants§
Started
Trait Implementations§
source§impl Clone for WatchAction
impl Clone for WatchAction
source§fn clone(&self) -> WatchAction
fn clone(&self) -> WatchAction
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 WatchAction
impl Debug for WatchAction
source§impl<'de> Deserialize<'de> for WatchAction
impl<'de> Deserialize<'de> for WatchAction
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 FromStr for WatchAction
impl FromStr for WatchAction
source§impl PartialEq<WatchAction> for WatchAction
impl PartialEq<WatchAction> for WatchAction
source§fn eq(&self, other: &WatchAction) -> bool
fn eq(&self, other: &WatchAction) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for WatchAction
impl Serialize for WatchAction
source§impl TryFrom<&str> for WatchAction
impl TryFrom<&str> for WatchAction
source§impl VariantNames for WatchAction
impl VariantNames for WatchAction
impl StructuralPartialEq for WatchAction
Auto Trait Implementations§
impl RefUnwindSafe for WatchAction
impl Send for WatchAction
impl Sync for WatchAction
impl Unpin for WatchAction
impl UnwindSafe for WatchAction
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