pub struct SAPAnnotationsEntitySet {Show 15 fields
pub content_version: String,
pub semantics: Option<SAPSemanticsEntitySet>,
pub label: Option<String>,
pub is_creatable: bool,
pub is_updatable: bool,
pub is_deletable: bool,
pub is_searchable: bool,
pub is_pageable: bool,
pub is_topable: bool,
pub is_countable: bool,
pub is_addressable: bool,
pub requires_filter: bool,
pub change_tracking_enabled: bool,
pub max_page_size: Option<u32>,
pub delta_link_validity: Option<u32>,
}
Fields§
§content_version: String
§semantics: Option<SAPSemanticsEntitySet>
§label: Option<String>
§is_creatable: bool
§is_updatable: bool
§is_deletable: bool
§is_searchable: bool
§is_pageable: bool
§is_topable: bool
§is_countable: bool
§is_addressable: bool
§requires_filter: bool
§change_tracking_enabled: bool
§max_page_size: Option<u32>
§delta_link_validity: Option<u32>
Trait Implementations§
Source§impl Debug for SAPAnnotationsEntitySet
impl Debug for SAPAnnotationsEntitySet
Source§impl<'de> Deserialize<'de> for SAPAnnotationsEntitySet
impl<'de> Deserialize<'de> for SAPAnnotationsEntitySet
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 SAPAnnotationsEntitySet
impl RefUnwindSafe for SAPAnnotationsEntitySet
impl Send for SAPAnnotationsEntitySet
impl Sync for SAPAnnotationsEntitySet
impl Unpin for SAPAnnotationsEntitySet
impl UnwindSafe for SAPAnnotationsEntitySet
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