pub enum BlockElementType {
Button,
Checkboxes,
Datepicker,
Image,
MultiStaticSelect,
Overflow,
PlainTextInput,
RadioButtons,
StaticSelect,
Timepicker,
None,
}Variants§
Button
Checkboxes
Datepicker
Image
MultiStaticSelect
Overflow
PlainTextInput
RadioButtons
StaticSelect
Timepicker
None
Trait Implementations§
Source§impl Debug for BlockElementType
impl Debug for BlockElementType
Source§impl Default for BlockElementType
impl Default for BlockElementType
Source§impl<'de> Deserialize<'de> for BlockElementType
impl<'de> Deserialize<'de> for BlockElementType
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 BlockElementType
impl PartialEq for BlockElementType
Source§impl Serialize for BlockElementType
impl Serialize for BlockElementType
impl StructuralPartialEq for BlockElementType
Auto Trait Implementations§
impl Freeze for BlockElementType
impl RefUnwindSafe for BlockElementType
impl Send for BlockElementType
impl Sync for BlockElementType
impl Unpin for BlockElementType
impl UnwindSafe for BlockElementType
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