pub struct BatchUploadItem {
pub hash: String,
pub data: Vec<u8>,
pub content_type: Option<String>,
}Fields§
§hash: String§data: Vec<u8>§content_type: Option<String>Implementations§
Trait Implementations§
Source§impl Clone for BatchUploadItem
impl Clone for BatchUploadItem
Source§fn clone(&self) -> BatchUploadItem
fn clone(&self) -> BatchUploadItem
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for BatchUploadItem
impl RefUnwindSafe for BatchUploadItem
impl Send for BatchUploadItem
impl Sync for BatchUploadItem
impl Unpin for BatchUploadItem
impl UnsafeUnpin for BatchUploadItem
impl UnwindSafe for BatchUploadItem
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