pub struct SAPAnnotationsFunctionImport {
pub label: Option<String>,
pub action_for: Option<String>,
pub creatable_path: Option<String>,
pub planning_function: Option<String>,
}
Expand description
SAP Annotations applicable to edm:FunctionImport
See https://sap.github.io/odata-vocabularies/docs/v2-annotations.html#element-edmfunctionimport
Fields§
§label: Option<String>
§action_for: Option<String>
§creatable_path: Option<String>
§planning_function: Option<String>
Trait Implementations§
Source§impl Debug for SAPAnnotationsFunctionImport
impl Debug for SAPAnnotationsFunctionImport
Source§impl<'de> Deserialize<'de> for SAPAnnotationsFunctionImport
impl<'de> Deserialize<'de> for SAPAnnotationsFunctionImport
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
Auto Trait Implementations§
impl Freeze for SAPAnnotationsFunctionImport
impl RefUnwindSafe for SAPAnnotationsFunctionImport
impl Send for SAPAnnotationsFunctionImport
impl Sync for SAPAnnotationsFunctionImport
impl Unpin for SAPAnnotationsFunctionImport
impl UnwindSafe for SAPAnnotationsFunctionImport
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