Struct parse_sap_odata::sap_annotations::SAPAnnotations
source · pub struct SAPAnnotations {Show 15 fields
pub sap_unicode: bool,
pub sap_creatable: bool,
pub sap_deletatable: bool,
pub sap_pageable: bool,
pub sap_addressable: bool,
pub sap_content_version: String,
pub sap_filterable: bool,
pub sap_sortable: bool,
pub sap_updatable: bool,
pub sap_display_format: Option<String>,
pub sap_label: Option<String>,
pub sap_quick_info: Option<String>,
pub sap_semantics: Option<String>,
pub sap_text: Option<String>,
pub sap_unit: Option<String>,
}Fields§
§sap_unicode: bool§sap_creatable: bool§sap_deletatable: bool§sap_pageable: bool§sap_addressable: bool§sap_content_version: String§sap_filterable: bool§sap_sortable: bool§sap_updatable: bool§sap_display_format: Option<String>§sap_label: Option<String>§sap_quick_info: Option<String>§sap_semantics: Option<String>§sap_text: Option<String>§sap_unit: Option<String>Trait Implementations§
source§impl Clone for SAPAnnotations
impl Clone for SAPAnnotations
source§fn clone(&self) -> SAPAnnotations
fn clone(&self) -> SAPAnnotations
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for SAPAnnotations
impl Debug for SAPAnnotations
source§impl<'de> Deserialize<'de> for SAPAnnotations
impl<'de> Deserialize<'de> for SAPAnnotations
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
source§impl Ord for SAPAnnotations
impl Ord for SAPAnnotations
source§fn cmp(&self, other: &SAPAnnotations) -> Ordering
fn cmp(&self, other: &SAPAnnotations) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<SAPAnnotations> for SAPAnnotations
impl PartialEq<SAPAnnotations> for SAPAnnotations
source§fn eq(&self, other: &SAPAnnotations) -> bool
fn eq(&self, other: &SAPAnnotations) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<SAPAnnotations> for SAPAnnotations
impl PartialOrd<SAPAnnotations> for SAPAnnotations
source§fn partial_cmp(&self, other: &SAPAnnotations) -> Option<Ordering>
fn partial_cmp(&self, other: &SAPAnnotations) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moresource§impl Serialize for SAPAnnotations
impl Serialize for SAPAnnotations
impl Eq for SAPAnnotations
impl StructuralEq for SAPAnnotations
impl StructuralPartialEq for SAPAnnotations
Auto Trait Implementations§
impl RefUnwindSafe for SAPAnnotations
impl Send for SAPAnnotations
impl Sync for SAPAnnotations
impl Unpin for SAPAnnotations
impl UnwindSafe for SAPAnnotations
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