pub struct HousesResult {
pub cusps: Vec<f64>,
pub ascmc: [f64; 10],
pub result: i32,
}Fields§
§cusps: Vec<f64>§ascmc: [f64; 10]§result: i32Trait Implementations§
Source§impl Clone for HousesResult
impl Clone for HousesResult
Source§fn clone(&self) -> HousesResult
fn clone(&self) -> HousesResult
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 moreAuto Trait Implementations§
impl Freeze for HousesResult
impl RefUnwindSafe for HousesResult
impl Send for HousesResult
impl Sync for HousesResult
impl Unpin for HousesResult
impl UnwindSafe for HousesResult
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