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