pub enum SAPSemanticsProperty {
Show 60 variants
TelephoneNumber,
WorkCellphoneNumber,
FaxNumber,
EmailAddress,
PreferredEmailAddress,
URL,
Fullname,
FirstOrGivenName,
MiddleName,
LastName,
Nickname,
Title,
NameSuffix,
VCardNotes,
PhotoURL,
City,
Street,
Country,
Region,
PostalCode,
PostOfficeBox,
OrganizationName,
OrganizationalUnit,
OrganizationalRole,
JobTitle,
DateOfBirth,
CalendarComponentSummary,
CalendarComponentDescription,
CalendarComponentCategories,
CalendarComponentStartDateTime,
CalendarComponentEndDateTime,
CalendarComponentDuration,
ToDoDueDateTime,
ToDoCompletedDateTime,
CalendarComponentPriority,
CalendarComponentAccessClassification,
CalendarComponentStatus,
ToDoPercentComplete,
CalendarComponentContact,
CalendarComponentVenue,
TransparentEvent,
CalendarComponentFreeBusyTime,
CalendarComponentOccupiesWholeDay,
CalendarComponentYear,
CalendarComponentYearMonth,
CalendarComponentYearMonthDay,
EmailFrom,
EmailSender,
EmailToList,
EmailCCList,
EmailBCCList,
EmailSubject,
EmailBody,
EmailKeywordList,
EmailDateTimeReceived,
GeolocationLongitude,
GeolocationLatitude,
CurrencyCode,
UnitOfMeasure,
Count,
}
Expand description
SAP Annotations applicable to edm:Property
This enum can act as its own metadata
See https://sap.github.io/odata-vocabularies/docs/v2-annotations.html#element-edmproperty
Variants§
TelephoneNumber
WorkCellphoneNumber
FaxNumber
EmailAddress
PreferredEmailAddress
URL
Fullname
FirstOrGivenName
MiddleName
LastName
Nickname
Title
NameSuffix
VCardNotes
PhotoURL
City
Street
Country
Region
PostalCode
PostOfficeBox
OrganizationName
OrganizationalUnit
OrganizationalRole
JobTitle
DateOfBirth
CalendarComponentSummary
CalendarComponentDescription
CalendarComponentCategories
CalendarComponentStartDateTime
CalendarComponentEndDateTime
CalendarComponentDuration
ToDoDueDateTime
ToDoCompletedDateTime
CalendarComponentPriority
CalendarComponentAccessClassification
CalendarComponentStatus
ToDoPercentComplete
CalendarComponentContact
CalendarComponentVenue
TransparentEvent
CalendarComponentFreeBusyTime
CalendarComponentOccupiesWholeDay
CalendarComponentYear
CalendarComponentYearMonth
CalendarComponentYearMonthDay
EmailFrom
EmailSender
EmailToList
EmailCCList
EmailBCCList
EmailSubject
EmailBody
EmailKeywordList
EmailDateTimeReceived
GeolocationLongitude
GeolocationLatitude
CurrencyCode
UnitOfMeasure
Count
Trait Implementations§
Source§impl Clone for SAPSemanticsProperty
impl Clone for SAPSemanticsProperty
Source§fn clone(&self) -> SAPSemanticsProperty
fn clone(&self) -> SAPSemanticsProperty
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 SAPSemanticsProperty
impl Debug for SAPSemanticsProperty
Source§impl<'de> Deserialize<'de> for SAPSemanticsProperty
impl<'de> Deserialize<'de> for SAPSemanticsProperty
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 SAPSemanticsProperty
impl Ord for SAPSemanticsProperty
Source§fn cmp(&self, other: &SAPSemanticsProperty) -> Ordering
fn cmp(&self, other: &SAPSemanticsProperty) -> 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 SAPSemanticsProperty
impl PartialEq for SAPSemanticsProperty
Source§impl PartialOrd for SAPSemanticsProperty
impl PartialOrd for SAPSemanticsProperty
Source§impl Serialize for SAPSemanticsProperty
impl Serialize for SAPSemanticsProperty
impl Eq for SAPSemanticsProperty
impl StructuralPartialEq for SAPSemanticsProperty
Auto Trait Implementations§
impl Freeze for SAPSemanticsProperty
impl RefUnwindSafe for SAPSemanticsProperty
impl Send for SAPSemanticsProperty
impl Sync for SAPSemanticsProperty
impl Unpin for SAPSemanticsProperty
impl UnwindSafe for SAPSemanticsProperty
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