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