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