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