Struct xoev_xwasser::CodeShapthParameterType
source · pub struct CodeShapthParameterType {
pub code: String,
pub name: Option<String>,
}
Fields§
§code: String
§name: Option<String>
Trait Implementations§
source§impl Debug for CodeShapthParameterType
impl Debug for CodeShapthParameterType
source§impl Default for CodeShapthParameterType
impl Default for CodeShapthParameterType
source§fn default() -> CodeShapthParameterType
fn default() -> CodeShapthParameterType
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for CodeShapthParameterType
impl<'de> Deserialize<'de> for CodeShapthParameterType
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 CodeShapthParameterType
impl Serialize for CodeShapthParameterType
source§impl Tsify for CodeShapthParameterType
impl Tsify for CodeShapthParameterType
Auto Trait Implementations§
impl Freeze for CodeShapthParameterType
impl RefUnwindSafe for CodeShapthParameterType
impl Send for CodeShapthParameterType
impl Sync for CodeShapthParameterType
impl Unpin for CodeShapthParameterType
impl UnwindSafe for CodeShapthParameterType
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