Struct b2_client::file::UploadAuthorization
source · [−]pub struct UploadAuthorization<'a, C, E> where
C: HttpClient<Error = Error<E>>,
E: Debug + Display, { /* private fields */ }Expand description
An authorization to upload a file to a B2 bucket.
Implementations
sourceimpl<'a, C, E> UploadAuthorization<'a, C, E> where
C: HttpClient<Error = Error<E>>,
E: Debug + Display,
impl<'a, C, E> UploadAuthorization<'a, C, E> where
C: HttpClient<Error = Error<E>>,
E: Debug + Display,
Trait Implementations
sourceimpl<'de, 'a, C, E> Deserialize<'de> for UploadAuthorization<'a, C, E> where
C: HttpClient<Error = Error<E>>,
E: Debug + Display,
impl<'de, 'a, C, E> Deserialize<'de> for UploadAuthorization<'a, C, E> where
C: HttpClient<Error = Error<E>>,
E: Debug + Display,
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl<'a, C, E> RefUnwindSafe for UploadAuthorization<'a, C, E> where
C: RefUnwindSafe,
impl<'a, C, E> Send for UploadAuthorization<'a, C, E> where
C: Send,
impl<'a, C, E> Sync for UploadAuthorization<'a, C, E> where
C: Sync,
impl<'a, C, E> Unpin for UploadAuthorization<'a, C, E>
impl<'a, C, E> !UnwindSafe for UploadAuthorization<'a, C, E>
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