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