pub struct AddPartParameters {
pub data: FileUpload,
}Fields§
§data: FileUploadThe chunk of bytes for this Part.
Trait Implementations§
Source§impl Clone for AddPartParameters
impl Clone for AddPartParameters
Source§fn clone(&self) -> AddPartParameters
fn clone(&self) -> AddPartParameters
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AddPartParameters
impl Debug for AddPartParameters
Source§impl Default for AddPartParameters
impl Default for AddPartParameters
Source§fn default() -> AddPartParameters
fn default() -> AddPartParameters
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AddPartParameters
impl<'de> Deserialize<'de> for AddPartParameters
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
Source§impl PartialEq for AddPartParameters
impl PartialEq for AddPartParameters
Source§impl Serialize for AddPartParameters
impl Serialize for AddPartParameters
impl StructuralPartialEq for AddPartParameters
Auto Trait Implementations§
impl !Freeze for AddPartParameters
impl RefUnwindSafe for AddPartParameters
impl Send for AddPartParameters
impl Sync for AddPartParameters
impl Unpin for AddPartParameters
impl UnsafeUnpin for AddPartParameters
impl UnwindSafe for AddPartParameters
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