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