pub enum AplusQuestionnaireType {
PickOne,
PickAny,
FreeText,
}Expand description
An enumeration fo the different A+ questionnaire types. This is used the differentiate between questionnaire hint output formats, among other things.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AplusQuestionnaireType
impl RefUnwindSafe for AplusQuestionnaireType
impl Send for AplusQuestionnaireType
impl Sync for AplusQuestionnaireType
impl Unpin for AplusQuestionnaireType
impl UnwindSafe for AplusQuestionnaireType
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