pub struct InputFile(/* private fields */);Trait Implementations§
Source§impl<'a> From<&'a InputFileRef> for InputFile
impl<'a> From<&'a InputFileRef> for InputFile
Source§fn from(value: &'a InputFileRef) -> InputFile
fn from(value: &'a InputFileRef) -> InputFile
Converts to this type from the input type.
Source§impl<'a> From<&'a InputFileUpload> for InputFile
impl<'a> From<&'a InputFileUpload> for InputFile
Source§fn from(value: &'a InputFileUpload) -> InputFile
fn from(value: &'a InputFileUpload) -> InputFile
Converts to this type from the input type.
Source§impl<'a> From<&'a mut InputFileRef> for InputFile
impl<'a> From<&'a mut InputFileRef> for InputFile
Source§fn from(value: &'a mut InputFileRef) -> InputFile
fn from(value: &'a mut InputFileRef) -> InputFile
Converts to this type from the input type.
Source§impl<'a> From<&'a mut InputFileUpload> for InputFile
impl<'a> From<&'a mut InputFileUpload> for InputFile
Source§fn from(value: &'a mut InputFileUpload) -> InputFile
fn from(value: &'a mut InputFileUpload) -> InputFile
Converts to this type from the input type.
Source§impl From<InputFileRef> for InputFile
impl From<InputFileRef> for InputFile
Source§fn from(value: InputFileRef) -> InputFile
fn from(value: InputFileRef) -> InputFile
Converts to this type from the input type.
Source§impl From<InputFileUpload> for InputFile
impl From<InputFileUpload> for InputFile
Source§fn from(value: InputFileUpload) -> InputFile
fn from(value: InputFileUpload) -> InputFile
Converts to this type from the input type.
Source§impl PartialOrd for InputFile
impl PartialOrd for InputFile
Source§impl ToMultipartValue for InputFile
impl ToMultipartValue for InputFile
fn to_multipart_value(&self) -> MultipartValue
impl StructuralPartialEq for InputFile
Auto Trait Implementations§
impl !Freeze for InputFile
impl RefUnwindSafe for InputFile
impl Send for InputFile
impl Sync for InputFile
impl Unpin for InputFile
impl UnwindSafe for InputFile
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