pub struct PrepAcceptanceSummary {
pub profile: String,
pub accepted: bool,
pub bounded_displacement_scale: bool,
pub bounded_stress_scale: bool,
pub bounded_connectivity_fill: bool,
pub acceptance_score: f64,
pub acceptance_fingerprint: u64,
}Fields§
§profile: String§accepted: bool§bounded_displacement_scale: bool§bounded_stress_scale: bool§bounded_connectivity_fill: bool§acceptance_score: f64§acceptance_fingerprint: u64Trait Implementations§
Source§impl Clone for PrepAcceptanceSummary
impl Clone for PrepAcceptanceSummary
Source§fn clone(&self) -> PrepAcceptanceSummary
fn clone(&self) -> PrepAcceptanceSummary
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PrepAcceptanceSummary
impl Debug for PrepAcceptanceSummary
Source§impl<'de> Deserialize<'de> for PrepAcceptanceSummary
impl<'de> Deserialize<'de> for PrepAcceptanceSummary
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 PrepAcceptanceSummary
impl PartialEq for PrepAcceptanceSummary
Source§impl Serialize for PrepAcceptanceSummary
impl Serialize for PrepAcceptanceSummary
impl StructuralPartialEq for PrepAcceptanceSummary
Auto Trait Implementations§
impl Freeze for PrepAcceptanceSummary
impl RefUnwindSafe for PrepAcceptanceSummary
impl Send for PrepAcceptanceSummary
impl Sync for PrepAcceptanceSummary
impl Unpin for PrepAcceptanceSummary
impl UnsafeUnpin for PrepAcceptanceSummary
impl UnwindSafe for PrepAcceptanceSummary
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