[][src]Enum reso_dd::ListingTerms

pub enum ListingTerms {
    _1031Exchange,
    AllInclusiveTrustDeed,
    Assumable,
    Cash,
    Contract,
    Conventional,
    ExistingBonds,
    FHA,
    LandUseFee,
    LeaseBack,
    LeaseOption,
    LeasePurchase,
    LienRelease,
    OwnerMayCarry,
    OwnerPayPoints,
    OwnerWillCarry,
    PrivateFinancingAvailable,
    RelocationProperty,
    SellerEquityShare,
    SpecialFunding,
    Submit,
    Trade,
    TrustConveyance,
    TrustDeed,
    USDALoan,
    VALoan,
    OpenEnumeration(String),
}

Variants

_1031Exchange

"1031 Exchange": The seller is may be interested in a 1031 exchange as part of the sale.

AllInclusiveTrustDeed

"All Inclusive Trust Deed": The property is under an all inclusive trust deed.

Assumable

"Assumable": The seller is interested in assumable financing.

Cash

"Cash": The seller would like a cash sale.

Contract

"Contract": The seller may be interested in an agreement to perform services, provide product, share of income, or some other agreement as the method of payment for the property.

Conventional

"Conventional": The seller may accept a buyer using conventional financing to purchase the home.

ExistingBonds

"Existing Bonds": The property for sale has existing bonds.

FHA

"FHA": The seller may accept a buyer with a loan from an approved provider that follows the guidelines of, and is insured by, the Federal Housing Administration.

LandUseFee

"Land Use Fee": The listed property has a land use fee.

LeaseBack

"Lease Back": The seller may be interested in the simultaneous sale of a property with a lease back to the seller, who then becomes the tenant.

LeaseOption

"Lease Option": The seller may be interested in selling as a lease option to the buyer.

LeasePurchase

"Lease Purchase": The seller may be interested in selling as a lease purchase.

LienRelease

"Lien Release": The property for sale may require a lien release.

OwnerMayCarry

"Owner May Carry": The seller may be interested in carrying the mortgage note.

OwnerPayPoints

"Owner Pay Points": The seller may carry points.

OwnerWillCarry

"Owner Will Carry": The seller will carry points.

PrivateFinancingAvailable

"Private Financing Available": Financing is provided by a private party.

RelocationProperty

"Relocation Property": The property for sale is a relocation property.

SellerEquityShare

"Seller Equity Share": The seller may be interested in investing in an equity share.

SpecialFunding

"Special Funding": The seller may be interested in a special funding arrangement.

Submit

"Submit": Contact the listing agent for the listing terms.

Trade

"Trade": The seller may be interested in a trade arrangement.

TrustConveyance

"Trust Conveyance": A trust conveyance (to another trustee) may be involved in the sale of the property.

TrustDeed

"Trust Deed": The seller may accept financing where title of the property is placed with a trustee who secures payment of the loan for a beneficiary.

USDALoan

"USDA Loan": The seller may accept a loan from an approved provider that follows the guidelines of, and is insured by, the US Department of Agriculture.

VALoan

"VA Loan": The seller may accept a loan from an approved provider that follows the guidelines of, and is insured by, the US Department of Veteran's Affairs.

OpenEnumeration(String)

A value that was not defined by the enumeration

Trait Implementations

impl Clone for ListingTerms[src]

impl Debug for ListingTerms[src]

impl<'de> Deserialize<'de> for ListingTerms[src]

impl Eq for ListingTerms[src]

impl<'_> From<&'_ str> for ListingTerms[src]

impl<'a> From<&'a ListingTerms> for &'a str[src]

impl From<String> for ListingTerms[src]

impl PartialEq<ListingTerms> for ListingTerms[src]

impl ResoEnumeration for ListingTerms[src]

impl Serialize for ListingTerms[src]

impl StructuralEq for ListingTerms[src]

impl StructuralPartialEq for ListingTerms[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.