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