pub struct FormStep {
pub fields: Option<Vec<Uuid>>,
}
Expand description
FormStep :
Fields§
§fields: Option<Vec<Uuid>>
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for FormStep
impl<'de> Deserialize<'de> for FormStep
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
impl StructuralPartialEq for FormStep
Auto Trait Implementations§
impl Freeze for FormStep
impl RefUnwindSafe for FormStep
impl Send for FormStep
impl Sync for FormStep
impl Unpin for FormStep
impl UnwindSafe for FormStep
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