Struct jortestkit::github::ReleaseDto
source · pub struct ReleaseDto {
tag_name: String,
published_at: Option<OffsetDateTime>,
assets: Vec<AssetDto>,
prerelease: bool,
draft: bool,
}
Fields§
§tag_name: String
§published_at: Option<OffsetDateTime>
§assets: Vec<AssetDto>
§prerelease: bool
§draft: bool
Implementations§
Trait Implementations§
source§impl Clone for ReleaseDto
impl Clone for ReleaseDto
source§fn clone(&self) -> ReleaseDto
fn clone(&self) -> ReleaseDto
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 ReleaseDto
impl Debug for ReleaseDto
source§impl<'de> Deserialize<'de> for ReleaseDto
impl<'de> Deserialize<'de> for ReleaseDto
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 Into<Release> for ReleaseDto
impl Into<Release> for ReleaseDto
source§impl PartialEq<ReleaseDto> for ReleaseDto
impl PartialEq<ReleaseDto> for ReleaseDto
source§fn eq(&self, other: &ReleaseDto) -> bool
fn eq(&self, other: &ReleaseDto) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for ReleaseDto
impl Serialize for ReleaseDto
impl Eq for ReleaseDto
impl StructuralEq for ReleaseDto
impl StructuralPartialEq for ReleaseDto
Auto Trait Implementations§
impl RefUnwindSafe for ReleaseDto
impl Send for ReleaseDto
impl Sync for ReleaseDto
impl Unpin for ReleaseDto
impl UnwindSafe for ReleaseDto
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
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.