pub struct SAPAnnotationsSchema {
pub schema_version: String,
}
Expand description
SAP Annotations applicable to edm:Schema
See https://sap.github.io/odata-vocabularies/docs/v2-annotations.html#element-edmschema
Fields§
§schema_version: String
Trait Implementations§
Source§impl Debug for SAPAnnotationsSchema
impl Debug for SAPAnnotationsSchema
Source§impl<'de> Deserialize<'de> for SAPAnnotationsSchema
impl<'de> Deserialize<'de> for SAPAnnotationsSchema
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 SAPAnnotationsSchema
impl RefUnwindSafe for SAPAnnotationsSchema
impl Send for SAPAnnotationsSchema
impl Sync for SAPAnnotationsSchema
impl Unpin for SAPAnnotationsSchema
impl UnwindSafe for SAPAnnotationsSchema
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