Struct self_github_update::update::ReleaseAsset
source · pub struct ReleaseAsset {
pub download_url: String,
pub name: String,
}
Expand description
Release asset information
Fields§
§download_url: String
§name: String
Trait Implementations§
source§impl Clone for ReleaseAsset
impl Clone for ReleaseAsset
source§fn clone(&self) -> ReleaseAsset
fn clone(&self) -> ReleaseAsset
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 ReleaseAsset
impl Debug for ReleaseAsset
source§impl Default for ReleaseAsset
impl Default for ReleaseAsset
source§fn default() -> ReleaseAsset
fn default() -> ReleaseAsset
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ReleaseAsset
impl RefUnwindSafe for ReleaseAsset
impl Send for ReleaseAsset
impl Sync for ReleaseAsset
impl Unpin for ReleaseAsset
impl UnwindSafe for ReleaseAsset
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