pub struct CompleteTopologyEvidence(/* private fields */);Expand description
Exact adapter evidence that all nodes and candidate transitions in scope were assessed.
Implementations§
Trait Implementations§
Source§impl Clone for CompleteTopologyEvidence
impl Clone for CompleteTopologyEvidence
Source§fn clone(&self) -> CompleteTopologyEvidence
fn clone(&self) -> CompleteTopologyEvidence
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 CompleteTopologyEvidence
impl Debug for CompleteTopologyEvidence
Source§impl PartialEq for CompleteTopologyEvidence
impl PartialEq for CompleteTopologyEvidence
impl Eq for CompleteTopologyEvidence
impl StructuralPartialEq for CompleteTopologyEvidence
Auto Trait Implementations§
impl Freeze for CompleteTopologyEvidence
impl RefUnwindSafe for CompleteTopologyEvidence
impl Send for CompleteTopologyEvidence
impl Sync for CompleteTopologyEvidence
impl Unpin for CompleteTopologyEvidence
impl UnwindSafe for CompleteTopologyEvidence
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