pub struct DerogationRemedialActionType {
pub derogation_remedial_action_identifier: String,
pub derogation_remedial_action: CodeAbhilfemassnahmeType,
pub derogation_remedial_action_start_date: String,
pub derogation_remedial_action_end_date: String,
pub derogation_remedial_action_cost: f64,
pub remarks: Option<String>,
pub _id: ConstStr,
}
Expand description
Transport von Informationen, die für die Maßnahmen zur Ausnahmeregelungen gem. de neuen Vorgaben für das EU-Berichtsformat benötigt werden.
Fields§
§derogation_remedial_action_identifier: String
§derogation_remedial_action: CodeAbhilfemassnahmeType
§derogation_remedial_action_start_date: String
§derogation_remedial_action_end_date: String
§derogation_remedial_action_cost: f64
§remarks: Option<String>
§_id: ConstStr
Trait Implementations§
source§impl Debug for DerogationRemedialActionType
impl Debug for DerogationRemedialActionType
source§impl Default for DerogationRemedialActionType
impl Default for DerogationRemedialActionType
source§fn default() -> DerogationRemedialActionType
fn default() -> DerogationRemedialActionType
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for DerogationRemedialActionType
impl<'de> Deserialize<'de> for DerogationRemedialActionType
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 DerogationRemedialActionType
impl Tsify for DerogationRemedialActionType
type JsType = JsType
const DECL: &'static str = "export interface DerogationRemedialActionType {\n derogation_remedial_action_identifier: string;\n derogation_remedial_action: CodeAbhilfemassnahmeType;\n derogation_remedial_action_start_date: string;\n derogation_remedial_action_end_date: string;\n derogation_remedial_action_cost: number;\n remarks: 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 DerogationRemedialActionType
impl RefUnwindSafe for DerogationRemedialActionType
impl Send for DerogationRemedialActionType
impl Sync for DerogationRemedialActionType
impl Unpin for DerogationRemedialActionType
impl UnwindSafe for DerogationRemedialActionType
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