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