pub struct NestedQuestion {
pub type_path: String,
}Expand description
Configuration for a nested interview question.
Fields§
§type_path: StringThe type path of the nested wizard type.
Trait Implementations§
Source§impl Clone for NestedQuestion
impl Clone for NestedQuestion
Source§fn clone(&self) -> NestedQuestion
fn clone(&self) -> NestedQuestion
Returns a duplicate of the value. Read more
1.0.0 · 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 NestedQuestion
impl RefUnwindSafe for NestedQuestion
impl Send for NestedQuestion
impl Sync for NestedQuestion
impl Unpin for NestedQuestion
impl UnwindSafe for NestedQuestion
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