pub enum ConsumerLendingRefinanceType {
Loan,
CashOut,
}
Variants§
Trait Implementations§
Source§impl Debug for ConsumerLendingRefinanceType
impl Debug for ConsumerLendingRefinanceType
Source§impl<'de> Deserialize<'de> for ConsumerLendingRefinanceType
impl<'de> Deserialize<'de> for ConsumerLendingRefinanceType
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
Auto Trait Implementations§
impl Freeze for ConsumerLendingRefinanceType
impl RefUnwindSafe for ConsumerLendingRefinanceType
impl Send for ConsumerLendingRefinanceType
impl Sync for ConsumerLendingRefinanceType
impl Unpin for ConsumerLendingRefinanceType
impl UnwindSafe for ConsumerLendingRefinanceType
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