pub enum LoanAdjustLtvDirection {
Additional,
Reduced,
}
Expand description
LoanAdjustLtvDirection
JSON schema
{
"examples": [
"ADDITIONAL"
],
"type": "string",
"enum": [
"ADDITIONAL",
"REDUCED"
]
}
Variants§
Trait Implementations§
Source§impl Clone for LoanAdjustLtvDirection
impl Clone for LoanAdjustLtvDirection
Source§fn clone(&self) -> LoanAdjustLtvDirection
fn clone(&self) -> LoanAdjustLtvDirection
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 LoanAdjustLtvDirection
impl Debug for LoanAdjustLtvDirection
Source§impl<'de> Deserialize<'de> for LoanAdjustLtvDirection
impl<'de> Deserialize<'de> for LoanAdjustLtvDirection
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 From<&LoanAdjustLtvDirection> for LoanAdjustLtvDirection
impl From<&LoanAdjustLtvDirection> for LoanAdjustLtvDirection
Source§fn from(value: &LoanAdjustLtvDirection) -> Self
fn from(value: &LoanAdjustLtvDirection) -> Self
Converts to this type from the input type.
Source§impl FromStr for LoanAdjustLtvDirection
impl FromStr for LoanAdjustLtvDirection
Source§impl Hash for LoanAdjustLtvDirection
impl Hash for LoanAdjustLtvDirection
Source§impl Ord for LoanAdjustLtvDirection
impl Ord for LoanAdjustLtvDirection
Source§fn cmp(&self, other: &LoanAdjustLtvDirection) -> Ordering
fn cmp(&self, other: &LoanAdjustLtvDirection) -> 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 LoanAdjustLtvDirection
impl PartialEq for LoanAdjustLtvDirection
Source§impl PartialOrd for LoanAdjustLtvDirection
impl PartialOrd for LoanAdjustLtvDirection
Source§impl Serialize for LoanAdjustLtvDirection
impl Serialize for LoanAdjustLtvDirection
Source§impl ToString for LoanAdjustLtvDirection
impl ToString for LoanAdjustLtvDirection
Source§impl TryFrom<&String> for LoanAdjustLtvDirection
impl TryFrom<&String> for LoanAdjustLtvDirection
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<&str> for LoanAdjustLtvDirection
impl TryFrom<&str> for LoanAdjustLtvDirection
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<String> for LoanAdjustLtvDirection
impl TryFrom<String> for LoanAdjustLtvDirection
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
impl Copy for LoanAdjustLtvDirection
impl Eq for LoanAdjustLtvDirection
impl StructuralPartialEq for LoanAdjustLtvDirection
Auto Trait Implementations§
impl Freeze for LoanAdjustLtvDirection
impl RefUnwindSafe for LoanAdjustLtvDirection
impl Send for LoanAdjustLtvDirection
impl Sync for LoanAdjustLtvDirection
impl Unpin for LoanAdjustLtvDirection
impl UnwindSafe for LoanAdjustLtvDirection
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> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
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.