pub struct MarketRentalDetails {
pub listings: Vec<Listings>,
pub property: BasicProperty,
}
Fields§
§listings: Vec<Listings>
§property: BasicProperty
Trait Implementations§
Source§impl Clone for MarketRentalDetails
impl Clone for MarketRentalDetails
Source§fn clone(&self) -> MarketRentalDetails
fn clone(&self) -> MarketRentalDetails
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 MarketRentalDetails
impl Debug for MarketRentalDetails
Source§impl<'de> Deserialize<'de> for MarketRentalDetails
impl<'de> Deserialize<'de> for MarketRentalDetails
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 PartialEq for MarketRentalDetails
impl PartialEq for MarketRentalDetails
impl StructuralPartialEq for MarketRentalDetails
Auto Trait Implementations§
impl Freeze for MarketRentalDetails
impl RefUnwindSafe for MarketRentalDetails
impl Send for MarketRentalDetails
impl Sync for MarketRentalDetails
impl Unpin for MarketRentalDetails
impl UnwindSafe for MarketRentalDetails
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