pub struct GithubAsset {
pub name: String,
pub size: u64,
pub browser_download_url: String,
}Fields§
§name: String§size: u64§browser_download_url: StringTrait Implementations§
Source§impl Clone for GithubAsset
impl Clone for GithubAsset
Source§fn clone(&self) -> GithubAsset
fn clone(&self) -> GithubAsset
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 GithubAsset
impl Debug for GithubAsset
Source§impl<'de> Deserialize<'de> for GithubAsset
impl<'de> Deserialize<'de> for GithubAsset
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 Release<GithubAsset> for GithubRelease
impl Release<GithubAsset> for GithubRelease
Auto Trait Implementations§
impl Freeze for GithubAsset
impl RefUnwindSafe for GithubAsset
impl Send for GithubAsset
impl Sync for GithubAsset
impl Unpin for GithubAsset
impl UnwindSafe for GithubAsset
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