pub struct SAPAnnotationsFunctionImportParameter {
pub label: Option<String>,
pub has_variable_scale: bool,
}
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>
§has_variable_scale: bool
Trait Implementations§
Source§impl<'de> Deserialize<'de> for SAPAnnotationsFunctionImportParameter
impl<'de> Deserialize<'de> for SAPAnnotationsFunctionImportParameter
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 SAPAnnotationsFunctionImportParameter
impl RefUnwindSafe for SAPAnnotationsFunctionImportParameter
impl Send for SAPAnnotationsFunctionImportParameter
impl Sync for SAPAnnotationsFunctionImportParameter
impl Unpin for SAPAnnotationsFunctionImportParameter
impl UnwindSafe for SAPAnnotationsFunctionImportParameter
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