pub struct DownloadRequired<'a> {
pub project: &'a str,
pub version: &'a str,
pub build: i64,
pub download: &'a str,
}Fields§
§project: &'a str§version: &'a str§build: i64§download: &'a strAuto Trait Implementations§
impl<'a> Freeze for DownloadRequired<'a>
impl<'a> RefUnwindSafe for DownloadRequired<'a>
impl<'a> Send for DownloadRequired<'a>
impl<'a> Sync for DownloadRequired<'a>
impl<'a> Unpin for DownloadRequired<'a>
impl<'a> UnwindSafe for DownloadRequired<'a>
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