pub struct CascadeBoundarySummary {
pub product: &'static str,
pub ordering_model: &'static str,
pub substitution_model: &'static str,
pub least_fixed_point_proof_model: &'static str,
pub ready_surfaces: Vec<&'static str>,
pub not_ready_surfaces: Vec<&'static str>,
}Fields§
§product: &'static str§ordering_model: &'static str§substitution_model: &'static str§least_fixed_point_proof_model: &'static str§ready_surfaces: Vec<&'static str>§not_ready_surfaces: Vec<&'static str>Trait Implementations§
Source§impl Clone for CascadeBoundarySummary
impl Clone for CascadeBoundarySummary
Source§fn clone(&self) -> CascadeBoundarySummary
fn clone(&self) -> CascadeBoundarySummary
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 CascadeBoundarySummary
impl Debug for CascadeBoundarySummary
impl Eq for CascadeBoundarySummary
Source§impl PartialEq for CascadeBoundarySummary
impl PartialEq for CascadeBoundarySummary
Source§fn eq(&self, other: &CascadeBoundarySummary) -> bool
fn eq(&self, other: &CascadeBoundarySummary) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for CascadeBoundarySummary
impl Serialize for CascadeBoundarySummary
impl StructuralPartialEq for CascadeBoundarySummary
Auto Trait Implementations§
impl Freeze for CascadeBoundarySummary
impl RefUnwindSafe for CascadeBoundarySummary
impl Send for CascadeBoundarySummary
impl Sync for CascadeBoundarySummary
impl Unpin for CascadeBoundarySummary
impl UnsafeUnpin for CascadeBoundarySummary
impl UnwindSafe for CascadeBoundarySummary
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