pub struct DownloadAuthorizationRequest<'a> { /* private fields */ }
Expand description
A request to obtain a DownloadAuthorization.
Use DownloadAuthorizationRequestBuilder to create a
DownloadAuthorizationRequest
, then pass it to get_download_authorization
to obtain a DownloadAuthorization.
Implementations§
Source§impl<'a> DownloadAuthorizationRequest<'a>
impl<'a> DownloadAuthorizationRequest<'a>
pub fn builder() -> DownloadAuthorizationRequestBuilder<'a>
Trait Implementations§
Source§impl<'a> Debug for DownloadAuthorizationRequest<'a>
impl<'a> Debug for DownloadAuthorizationRequest<'a>
Auto Trait Implementations§
impl<'a> Freeze for DownloadAuthorizationRequest<'a>
impl<'a> RefUnwindSafe for DownloadAuthorizationRequest<'a>
impl<'a> Send for DownloadAuthorizationRequest<'a>
impl<'a> Sync for DownloadAuthorizationRequest<'a>
impl<'a> Unpin for DownloadAuthorizationRequest<'a>
impl<'a> UnwindSafe for DownloadAuthorizationRequest<'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