pub enum SAPFieldControlProperty {
Hidden,
ReadOnly,
Optional,
Mandatory,
}
Variants§
Trait Implementations§
Source§impl Clone for SAPFieldControlProperty
impl Clone for SAPFieldControlProperty
Source§fn clone(&self) -> SAPFieldControlProperty
fn clone(&self) -> SAPFieldControlProperty
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 SAPFieldControlProperty
impl Debug for SAPFieldControlProperty
Source§impl<'de> Deserialize<'de> for SAPFieldControlProperty
impl<'de> Deserialize<'de> for SAPFieldControlProperty
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 SAPFieldControlProperty
impl Ord for SAPFieldControlProperty
Source§fn cmp(&self, other: &SAPFieldControlProperty) -> Ordering
fn cmp(&self, other: &SAPFieldControlProperty) -> 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 SAPFieldControlProperty
impl PartialEq for SAPFieldControlProperty
Source§impl PartialOrd for SAPFieldControlProperty
impl PartialOrd for SAPFieldControlProperty
Source§impl Serialize for SAPFieldControlProperty
impl Serialize for SAPFieldControlProperty
impl Eq for SAPFieldControlProperty
impl StructuralPartialEq for SAPFieldControlProperty
Auto Trait Implementations§
impl Freeze for SAPFieldControlProperty
impl RefUnwindSafe for SAPFieldControlProperty
impl Send for SAPFieldControlProperty
impl Sync for SAPFieldControlProperty
impl Unpin for SAPFieldControlProperty
impl UnwindSafe for SAPFieldControlProperty
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