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