pub struct DownloadResolution {
pub location: String,
}Expand description
Resolved download redirect location.
Fields§
§location: StringTrait Implementations§
Source§impl Clone for DownloadResolution
impl Clone for DownloadResolution
Source§fn clone(&self) -> DownloadResolution
fn clone(&self) -> DownloadResolution
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 DownloadResolution
impl Debug for DownloadResolution
Source§impl PartialEq for DownloadResolution
impl PartialEq for DownloadResolution
impl Eq for DownloadResolution
impl StructuralPartialEq for DownloadResolution
Auto Trait Implementations§
impl Freeze for DownloadResolution
impl RefUnwindSafe for DownloadResolution
impl Send for DownloadResolution
impl Sync for DownloadResolution
impl Unpin for DownloadResolution
impl UnwindSafe for DownloadResolution
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