pub enum ObjectDefinitionFieldName {
Show 31 variants
AccountEntryRestricted,
AccountEntryRestrictedObjectFieldName,
Actions,
Active,
DateCreated,
DateModified,
DefaultLanguageId,
EnableCategorization,
EnableComments,
EnableObjectEntryHistory,
ExternalReferenceCode,
Id,
Label,
Name,
ObjectActions,
ObjectFields,
ObjectLayouts,
ObjectRelationships,
ObjectViews,
PanelAppOrder,
PanelCategoryKey,
ParameterRequired,
PluralLabel,
Portlet,
RestContextPath,
Scope,
Status,
StorageType,
System,
TitleObjectFieldName,
XClassName,
}Variants§
AccountEntryRestricted
AccountEntryRestrictedObjectFieldName
Actions
Active
DateCreated
DateModified
DefaultLanguageId
EnableCategorization
EnableComments
EnableObjectEntryHistory
ExternalReferenceCode
Id
Label
Name
ObjectActions
ObjectFields
ObjectLayouts
ObjectRelationships
ObjectViews
PanelAppOrder
PanelCategoryKey
ParameterRequired
PluralLabel
Portlet
RestContextPath
Scope
Status
StorageType
System
TitleObjectFieldName
XClassName
Implementations§
Trait Implementations§
Source§impl Clone for ObjectDefinitionFieldName
impl Clone for ObjectDefinitionFieldName
Source§fn clone(&self) -> ObjectDefinitionFieldName
fn clone(&self) -> ObjectDefinitionFieldName
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ObjectDefinitionFieldName
impl Debug for ObjectDefinitionFieldName
Source§impl Display for ObjectDefinitionFieldName
impl Display for ObjectDefinitionFieldName
Source§impl PartialEq for ObjectDefinitionFieldName
impl PartialEq for ObjectDefinitionFieldName
Source§fn eq(&self, other: &ObjectDefinitionFieldName) -> bool
fn eq(&self, other: &ObjectDefinitionFieldName) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ObjectDefinitionFieldName
impl Eq for ObjectDefinitionFieldName
impl StructuralPartialEq for ObjectDefinitionFieldName
Auto Trait Implementations§
impl Freeze for ObjectDefinitionFieldName
impl RefUnwindSafe for ObjectDefinitionFieldName
impl Send for ObjectDefinitionFieldName
impl Sync for ObjectDefinitionFieldName
impl Unpin for ObjectDefinitionFieldName
impl UnsafeUnpin for ObjectDefinitionFieldName
impl UnwindSafe for ObjectDefinitionFieldName
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.