Struct xoev_xwasser::StaatType
source · pub struct StaatType {
pub staat: CodeStaatType,
}
Expand description
Als Staat bezeichnet man eine politische Ordnung, die ein gemeinsames als Staatsgebiet abgegrenztes Territorium, ein dazugehöriges Staatsvolk und eine Machtausübung über dieses umfasst.
Fields§
§staat: CodeStaatType
Trait Implementations§
source§impl<'de> Deserialize<'de> for StaatType
impl<'de> Deserialize<'de> for StaatType
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 XmlDeserialize for StaatType
impl XmlDeserialize for StaatType
Auto Trait Implementations§
impl Freeze for StaatType
impl RefUnwindSafe for StaatType
impl Send for StaatType
impl Sync for StaatType
impl Unpin for StaatType
impl UnwindSafe for StaatType
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