Struct self_github_update::update::Release
source · pub struct Release {
pub name: String,
pub version: String,
pub date: String,
pub body: Option<String>,
pub assets: Vec<ReleaseAsset>,
}
Expand description
Release information
Fields§
§name: String
§version: String
§date: String
§body: Option<String>
§assets: Vec<ReleaseAsset>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Release
impl RefUnwindSafe for Release
impl Send for Release
impl Sync for Release
impl Unpin 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