pub struct SAPAnnotationsAssociationSet {
pub content_version: String,
pub is_creatable: bool,
pub is_deletable: bool,
pub is_updatable: bool,
}
Expand description
SAP Annotations applicable to edm:AssociationSet
See https://sap.github.io/odata-vocabularies/docs/v2-annotations.html#element-edmassociationset
Fields§
§content_version: String
§is_creatable: bool
§is_deletable: bool
§is_updatable: bool
Trait Implementations§
Source§impl Clone for SAPAnnotationsAssociationSet
impl Clone for SAPAnnotationsAssociationSet
Source§fn clone(&self) -> SAPAnnotationsAssociationSet
fn clone(&self) -> SAPAnnotationsAssociationSet
Returns a duplicate 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 SAPAnnotationsAssociationSet
impl Debug for SAPAnnotationsAssociationSet
Source§impl<'de> Deserialize<'de> for SAPAnnotationsAssociationSet
impl<'de> Deserialize<'de> for SAPAnnotationsAssociationSet
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 SAPAnnotationsAssociationSet
impl Ord for SAPAnnotationsAssociationSet
Source§fn cmp(&self, other: &SAPAnnotationsAssociationSet) -> Ordering
fn cmp(&self, other: &SAPAnnotationsAssociationSet) -> 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 for SAPAnnotationsAssociationSet
impl PartialEq for SAPAnnotationsAssociationSet
Source§fn eq(&self, other: &SAPAnnotationsAssociationSet) -> bool
fn eq(&self, other: &SAPAnnotationsAssociationSet) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for SAPAnnotationsAssociationSet
impl PartialOrd for SAPAnnotationsAssociationSet
impl Eq for SAPAnnotationsAssociationSet
impl StructuralPartialEq for SAPAnnotationsAssociationSet
Auto Trait Implementations§
impl Freeze for SAPAnnotationsAssociationSet
impl RefUnwindSafe for SAPAnnotationsAssociationSet
impl Send for SAPAnnotationsAssociationSet
impl Sync for SAPAnnotationsAssociationSet
impl Unpin for SAPAnnotationsAssociationSet
impl UnwindSafe for SAPAnnotationsAssociationSet
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