pub struct FlowFormView {
pub fields: Vec<FlowFormFieldView>,
}Fields§
§fields: Vec<FlowFormFieldView>Trait Implementations§
Source§impl Clone for FlowFormView
impl Clone for FlowFormView
Source§fn clone(&self) -> FlowFormView
fn clone(&self) -> FlowFormView
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 moreSource§impl Debug for FlowFormView
impl Debug for FlowFormView
Source§impl Default for FlowFormView
impl Default for FlowFormView
Source§fn default() -> FlowFormView
fn default() -> FlowFormView
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FlowFormView
impl<'de> Deserialize<'de> for FlowFormView
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 FlowFormView
impl PartialEq for FlowFormView
Source§impl Serialize for FlowFormView
impl Serialize for FlowFormView
impl StructuralPartialEq for FlowFormView
Auto Trait Implementations§
impl Freeze for FlowFormView
impl RefUnwindSafe for FlowFormView
impl Send for FlowFormView
impl Sync for FlowFormView
impl Unpin for FlowFormView
impl UnsafeUnpin for FlowFormView
impl UnwindSafe for FlowFormView
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