pub struct EsignRadioSchema {
pub page_number: f64,
pub selected: Option<bool>,
pub tab_id: Option<String>,
pub value: Option<String>,
pub x_position: f64,
pub y_position: f64,
}
Fields§
§page_number: f64
§selected: Option<bool>
§tab_id: Option<String>
§value: Option<String>
§x_position: f64
§y_position: f64
Trait Implementations§
Source§impl Debug for EsignRadioSchema
impl Debug for EsignRadioSchema
Source§impl<'de> Deserialize<'de> for EsignRadioSchema
impl<'de> Deserialize<'de> for EsignRadioSchema
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 Display for EsignRadioSchema
impl Display for EsignRadioSchema
Auto Trait Implementations§
impl Freeze for EsignRadioSchema
impl RefUnwindSafe for EsignRadioSchema
impl Send for EsignRadioSchema
impl Sync for EsignRadioSchema
impl Unpin for EsignRadioSchema
impl UnwindSafe for EsignRadioSchema
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