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