Struct b2_client::file::UploadPartAuthorization
source · [−]pub struct UploadPartAuthorization<'a, 'b, C, E> where
C: HttpClient<Error = Error<E>>,
E: Debug + Display, { /* private fields */ }Expand description
An authorization to upload file contents to a B2 file.
Trait Implementations
sourceimpl<'de, 'a, 'b, C, E> Deserialize<'de> for UploadPartAuthorization<'a, 'b, C, E> where
C: HttpClient<Error = Error<E>>,
E: Debug + Display,
impl<'de, 'a, 'b, C, E> Deserialize<'de> for UploadPartAuthorization<'a, 'b, 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, 'b, C, E> RefUnwindSafe for UploadPartAuthorization<'a, 'b, C, E> where
C: RefUnwindSafe,
impl<'a, 'b, C, E> Send for UploadPartAuthorization<'a, 'b, C, E> where
C: Send,
impl<'a, 'b, C, E> Sync for UploadPartAuthorization<'a, 'b, C, E> where
C: Sync,
impl<'a, 'b, C, E> Unpin for UploadPartAuthorization<'a, 'b, C, E>
impl<'a, 'b, C, E> !UnwindSafe for UploadPartAuthorization<'a, 'b, 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