pub struct ExtensionVersionPlatform {
pub name: String,
pub download_url: String,
pub untracked_download_url: String,
}Fields§
§name: String§download_url: String§untracked_download_url: StringTrait Implementations§
Source§impl Clone for ExtensionVersionPlatform
impl Clone for ExtensionVersionPlatform
Source§fn clone(&self) -> ExtensionVersionPlatform
fn clone(&self) -> ExtensionVersionPlatform
Returns a duplicate 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 ExtensionVersionPlatform
impl Debug for ExtensionVersionPlatform
Source§impl PartialEq for ExtensionVersionPlatform
impl PartialEq for ExtensionVersionPlatform
impl Eq for ExtensionVersionPlatform
impl StructuralPartialEq for ExtensionVersionPlatform
Auto Trait Implementations§
impl Freeze for ExtensionVersionPlatform
impl RefUnwindSafe for ExtensionVersionPlatform
impl Send for ExtensionVersionPlatform
impl Sync for ExtensionVersionPlatform
impl Unpin for ExtensionVersionPlatform
impl UnwindSafe for ExtensionVersionPlatform
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