pub struct RequestInputField {
pub wire_name: String,
pub type_expr: IrTypeExpr,
pub required: bool,
pub content_type: String,
pub value_encoding: MultipartValueEncoding,
pub kind: RequestInputFieldKind,
}Fields§
§wire_name: String§type_expr: IrTypeExpr§required: bool§content_type: String§value_encoding: MultipartValueEncoding§kind: RequestInputFieldKindImplementations§
Trait Implementations§
Source§impl Clone for RequestInputField
impl Clone for RequestInputField
Source§fn clone(&self) -> RequestInputField
fn clone(&self) -> RequestInputField
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 RequestInputField
impl RefUnwindSafe for RequestInputField
impl Send for RequestInputField
impl Sync for RequestInputField
impl Unpin for RequestInputField
impl UnsafeUnpin for RequestInputField
impl UnwindSafe for RequestInputField
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