pub enum AnswerType {
Choice,
Choices,
Date,
Email,
Url,
FileUrl,
Number,
Boolean,
Text,
Payment,
PhoneNumber,
}
Variants§
Trait Implementations§
Source§impl Clone for AnswerType
impl Clone for AnswerType
Source§fn clone(&self) -> AnswerType
fn clone(&self) -> AnswerType
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 moreSource§impl Debug for AnswerType
impl Debug for AnswerType
Source§impl<'de> Deserialize<'de> for AnswerType
impl<'de> Deserialize<'de> for AnswerType
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 Serialize for AnswerType
impl Serialize for AnswerType
impl Copy for AnswerType
Auto Trait Implementations§
impl Freeze for AnswerType
impl RefUnwindSafe for AnswerType
impl Send for AnswerType
impl Sync for AnswerType
impl Unpin for AnswerType
impl UnwindSafe for AnswerType
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