pub struct DownloadLauncherEntry {
pub relative_path: String,
pub download_url: String,
}Fields§
§relative_path: String§download_url: StringTrait Implementations§
Source§impl Clone for DownloadLauncherEntry
impl Clone for DownloadLauncherEntry
Source§fn clone(&self) -> DownloadLauncherEntry
fn clone(&self) -> DownloadLauncherEntry
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DownloadLauncherEntry
impl Debug for DownloadLauncherEntry
Source§impl PartialEq for DownloadLauncherEntry
impl PartialEq for DownloadLauncherEntry
Source§fn eq(&self, other: &DownloadLauncherEntry) -> bool
fn eq(&self, other: &DownloadLauncherEntry) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for DownloadLauncherEntry
impl StructuralPartialEq for DownloadLauncherEntry
Auto Trait Implementations§
impl Freeze for DownloadLauncherEntry
impl RefUnwindSafe for DownloadLauncherEntry
impl Send for DownloadLauncherEntry
impl Sync for DownloadLauncherEntry
impl Unpin for DownloadLauncherEntry
impl UnsafeUnpin for DownloadLauncherEntry
impl UnwindSafe for DownloadLauncherEntry
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