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