pub enum ClosingSourceType {
Lender,
Title,
}
Variants§
Trait Implementations§
Source§impl Debug for ClosingSourceType
impl Debug for ClosingSourceType
Source§impl<'de> Deserialize<'de> for ClosingSourceType
impl<'de> Deserialize<'de> for ClosingSourceType
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 ClosingSourceType
impl RefUnwindSafe for ClosingSourceType
impl Send for ClosingSourceType
impl Sync for ClosingSourceType
impl Unpin for ClosingSourceType
impl UnwindSafe for ClosingSourceType
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