pub struct VertreterBevollmaechtigterType {
pub vertreter_bevollmaechtigter_id: String,
pub art_vertreter: CodeVertretungsartType,
}
Expand description
Mit diesem Datentyp wird ein gesetzlicher Vertreter oder ein Bevollmächtigter einer nichtnatürlichen Person abgebildet.
Fields§
§vertreter_bevollmaechtigter_id: String
§art_vertreter: CodeVertretungsartType
Trait Implementations§
source§impl Default for VertreterBevollmaechtigterType
impl Default for VertreterBevollmaechtigterType
source§fn default() -> VertreterBevollmaechtigterType
fn default() -> VertreterBevollmaechtigterType
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for VertreterBevollmaechtigterType
impl<'de> Deserialize<'de> for VertreterBevollmaechtigterType
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 VertreterBevollmaechtigterType
impl Tsify for VertreterBevollmaechtigterType
type JsType = JsType
const DECL: &'static str = "export interface VertreterBevollmaechtigterType {\n vertreter_bevollmaechtigter_id: string;\n art_vertreter: CodeVertretungsartType;\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 VertreterBevollmaechtigterType
impl RefUnwindSafe for VertreterBevollmaechtigterType
impl Send for VertreterBevollmaechtigterType
impl Sync for VertreterBevollmaechtigterType
impl Unpin for VertreterBevollmaechtigterType
impl UnwindSafe for VertreterBevollmaechtigterType
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