pub struct Release {Show 17 fields
pub assets: Option<Vec<Attachment>>,
pub author: Option<User>,
pub body: Option<String>,
pub created_at: Option<String>,
pub draft: Option<bool>,
pub html_url: Option<String>,
pub id: Option<f64>,
pub is_authorized_only: Option<bool>,
pub name: Option<String>,
pub prerelease: Option<bool>,
pub published_at: Option<String>,
pub tag_name: Option<String>,
pub tarball_url: Option<String>,
pub target_commitish: Option<String>,
pub upload_url: Option<String>,
pub url: Option<String>,
pub zipball_url: Option<String>,
}Fields§
§assets: Option<Vec<Attachment>>§body: Option<String>§created_at: Option<String>§draft: Option<bool>§html_url: Option<String>§id: Option<f64>§name: Option<String>§prerelease: Option<bool>§published_at: Option<String>§tag_name: Option<String>§tarball_url: Option<String>§target_commitish: Option<String>§upload_url: Option<String>§url: Option<String>§zipball_url: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for Release
impl<'de> Deserialize<'de> for Release
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
Auto Trait Implementations§
impl Freeze for Release
impl RefUnwindSafe for Release
impl Send for Release
impl Sync for Release
impl Unpin for Release
impl UnsafeUnpin for Release
impl UnwindSafe for Release
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