Struct b2_client::file::DownloadAuthorizationRequest
source · [−]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
sourceimpl<'a> DownloadAuthorizationRequest<'a>
impl<'a> DownloadAuthorizationRequest<'a>
pub fn builder() -> DownloadAuthorizationRequestBuilder<'a>
Trait Implementations
sourceimpl<'a> Debug for DownloadAuthorizationRequest<'a>
impl<'a> Debug for DownloadAuthorizationRequest<'a>
sourceimpl<'a> Serialize for DownloadAuthorizationRequest<'a>
impl<'a> Serialize for DownloadAuthorizationRequest<'a>
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more