pub struct UploadPartAuthorization<'a, 'b, C, E>{ /* private fields */ }
Expand description
An authorization to upload file contents to a B2 file.
Trait Implementations§
Source§impl<'de, 'a, 'b, C, E> Deserialize<'de> for UploadPartAuthorization<'a, 'b, C, E>
impl<'de, 'a, 'b, C, E> Deserialize<'de> for UploadPartAuthorization<'a, 'b, C, E>
Source§fn 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> Freeze for UploadPartAuthorization<'a, 'b, C, E>
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§
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