Struct libcoreinst::source::UrlLocation
source · pub struct UrlLocation { /* private fields */ }Implementations§
source§impl UrlLocation
impl UrlLocation
pub fn new(url: &Url, retries: FetchRetries) -> Self
Trait Implementations§
source§impl Debug for UrlLocation
impl Debug for UrlLocation
source§impl Display for UrlLocation
impl Display for UrlLocation
source§impl ImageLocation for UrlLocation
impl ImageLocation for UrlLocation
fn sources(&self) -> Result<Vec<ImageSource>>
fn require_signature(&self) -> bool
Auto Trait Implementations§
impl RefUnwindSafe for UrlLocation
impl Send for UrlLocation
impl Sync for UrlLocation
impl Unpin for UrlLocation
impl UnwindSafe for UrlLocation
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