pub struct CompleteSupportEvidence { /* private fields */ }Expand description
Exact proof that the entire candidate base is supported at a found frame.
Implementations§
Source§impl CompleteSupportEvidence
impl CompleteSupportEvidence
pub fn try_new( support: ObjectId, frame: MetricFrame, maximum_gap_metres: f64, evidence: Evidence, ) -> Result<Self, FreeSpaceError>
pub fn support(&self) -> &ObjectId
pub fn frame(&self) -> &MetricFrame
pub fn maximum_gap_metres(&self) -> f64
pub fn evidence(&self) -> &Evidence
Trait Implementations§
Source§impl Clone for CompleteSupportEvidence
impl Clone for CompleteSupportEvidence
Source§fn clone(&self) -> CompleteSupportEvidence
fn clone(&self) -> CompleteSupportEvidence
Returns a copy 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 CompleteSupportEvidence
impl Debug for CompleteSupportEvidence
Source§impl PartialEq for CompleteSupportEvidence
impl PartialEq for CompleteSupportEvidence
impl StructuralPartialEq for CompleteSupportEvidence
Auto Trait Implementations§
impl Freeze for CompleteSupportEvidence
impl RefUnwindSafe for CompleteSupportEvidence
impl Send for CompleteSupportEvidence
impl Sync for CompleteSupportEvidence
impl Unpin for CompleteSupportEvidence
impl UnwindSafe for CompleteSupportEvidence
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