Struct xoev_xwasser::OrganisationseinheitType
source · pub struct OrganisationseinheitType {
pub name: String,
pub hierarchieebene: Option<u8>,
pub hierarchiename: Option<String>,
}
Expand description
Die Organisationseinheit fasst Angaben zur Darstellung der internen hierarchischen Organisationsstruktur einer Institution zusammen, z.B. zur Darstellung von Abteilungen oder Referaten.
Fields§
§name: String
§hierarchieebene: Option<u8>
§hierarchiename: Option<String>
Trait Implementations§
source§impl Debug for OrganisationseinheitType
impl Debug for OrganisationseinheitType
source§impl Default for OrganisationseinheitType
impl Default for OrganisationseinheitType
source§fn default() -> OrganisationseinheitType
fn default() -> OrganisationseinheitType
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for OrganisationseinheitType
impl<'de> Deserialize<'de> for OrganisationseinheitType
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 OrganisationseinheitType
impl Serialize for OrganisationseinheitType
source§impl Tsify for OrganisationseinheitType
impl Tsify for OrganisationseinheitType
type JsType = JsType
const DECL: &'static str = "export interface OrganisationseinheitType {\n name: string;\n hierarchieebene: number | undefined;\n hierarchiename: string | undefined;\n}"
fn into_js(&self) -> Result<Self::JsType, Error>where
Self: Serialize,
fn from_js<T>(js: T) -> Result<Self, Error>
Auto Trait Implementations§
impl Freeze for OrganisationseinheitType
impl RefUnwindSafe for OrganisationseinheitType
impl Send for OrganisationseinheitType
impl Sync for OrganisationseinheitType
impl Unpin for OrganisationseinheitType
impl UnwindSafe for OrganisationseinheitType
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