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