pub struct EsignRadioGroupSchema {
pub attributes: Value,
pub type_: String,
}
Fields§
§attributes: Value
§type_: String
Trait Implementations§
Source§impl Debug for EsignRadioGroupSchema
impl Debug for EsignRadioGroupSchema
Source§impl<'de> Deserialize<'de> for EsignRadioGroupSchema
impl<'de> Deserialize<'de> for EsignRadioGroupSchema
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 EsignRadioGroupSchema
impl Display for EsignRadioGroupSchema
Auto Trait Implementations§
impl Freeze for EsignRadioGroupSchema
impl RefUnwindSafe for EsignRadioGroupSchema
impl Send for EsignRadioGroupSchema
impl Sync for EsignRadioGroupSchema
impl Unpin for EsignRadioGroupSchema
impl UnwindSafe for EsignRadioGroupSchema
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