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