Struct golem_client::download_cli::DownloadCliLive
source · pub struct DownloadCliLive {
pub base_url: Url,
pub allow_insecure: bool,
}
Fields§
§base_url: Url
§allow_insecure: bool
Trait Implementations§
source§impl Clone for DownloadCliLive
impl Clone for DownloadCliLive
source§fn clone(&self) -> DownloadCliLive
fn clone(&self) -> DownloadCliLive
Returns a copy 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 DownloadCliLive
impl Debug for DownloadCliLive
source§impl DownloadCli for DownloadCliLive
impl DownloadCli for DownloadCliLive
fn download_cli<'life0, 'life1, 'life2, 'async_trait>(
&'life0 self,
account_id: &'life1 str,
version: Option<&'life2 str>
) -> Pin<Box<dyn Future<Output = Result<Box<dyn Stream<Item = Result<Bytes>> + Send + Sync + Unpin>, DownloadCliError>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
'life1: 'async_trait,
'life2: 'async_trait,
Auto Trait Implementations§
impl RefUnwindSafe for DownloadCliLive
impl Send for DownloadCliLive
impl Sync for DownloadCliLive
impl Unpin for DownloadCliLive
impl UnwindSafe for DownloadCliLive
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