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