#[repr(transparent)]pub struct FormElementType {
pub repr: i32,
}Expand description
Detected form element type
Fields§
§repr: i32Implementations§
Trait Implementations§
Source§impl Clone for FormElementType
impl Clone for FormElementType
Source§impl Debug for FormElementType
impl Debug for FormElementType
Source§impl ExternType for FormElementType
impl ExternType for FormElementType
Source§impl PartialEq for FormElementType
impl PartialEq for FormElementType
impl Copy for FormElementType
impl Eq for FormElementType
impl StructuralPartialEq for FormElementType
Auto Trait Implementations§
impl Freeze for FormElementType
impl RefUnwindSafe for FormElementType
impl Send for FormElementType
impl Sync for FormElementType
impl Unpin for FormElementType
impl UnwindSafe for FormElementType
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