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