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