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