pub struct SupportBundleDownloadFile<'a> { /* private fields */ }Expand description
Implementations§
Source§impl<'a> SupportBundleDownloadFile<'a>
 
impl<'a> SupportBundleDownloadFile<'a>
pub fn new(client: &'a Client) -> Self
pub fn bundle_id<V>(self, value: V) -> Self
pub fn file<V>(self, value: V) -> Self
pub fn range<V>(self, value: V) -> Self
Sourcepub async fn send(self) -> Result<ResponseValue<ByteStream>, Error<ByteStream>>
 
pub async fn send(self) -> Result<ResponseValue<ByteStream>, Error<ByteStream>>
Sends a GET request to
/experimental/v1/system/support-bundles/{bundle_id}/download/ {file}
Trait Implementations§
Source§impl<'a> Clone for SupportBundleDownloadFile<'a>
 
impl<'a> Clone for SupportBundleDownloadFile<'a>
Source§fn clone(&self) -> SupportBundleDownloadFile<'a>
 
fn clone(&self) -> SupportBundleDownloadFile<'a>
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 moreAuto Trait Implementations§
impl<'a> Freeze for SupportBundleDownloadFile<'a>
impl<'a> !RefUnwindSafe for SupportBundleDownloadFile<'a>
impl<'a> Send for SupportBundleDownloadFile<'a>
impl<'a> Sync for SupportBundleDownloadFile<'a>
impl<'a> Unpin for SupportBundleDownloadFile<'a>
impl<'a> !UnwindSafe for SupportBundleDownloadFile<'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