pub struct uploadFile;Trait Implementations§
Source§impl Field for uploadFile
impl Field for uploadFile
Source§impl HasField<uploadFile> for UploadPayload
impl HasField<uploadFile> for UploadPayload
Source§type Type = Option<UploadFile>
type Type = Option<UploadFile>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for uploadFile
impl RefUnwindSafe for uploadFile
impl Send for uploadFile
impl Sync for uploadFile
impl Unpin for uploadFile
impl UnwindSafe for uploadFile
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