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