pub struct SAPAnnotationsNavigationProperty {
pub is_creatable: bool,
pub creatable_path: Option<String>,
pub is_filterable: bool,
}
Expand description
SAP Annotations applicable to edm:NavigationProperty
See https://sap.github.io/odata-vocabularies/docs/v2-annotations.html#element-edmnavigationproperty
Fields§
§is_creatable: bool
§creatable_path: Option<String>
§is_filterable: bool
Trait Implementations§
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§
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