pub struct PagCompletion {
pub graph: Pag,
pub index: usize,
}Expand description
One circle-free completion of a PAG (MAG marks only).
Fields§
§graph: PagCompleted graph (no Circle endpoints).
index: usizeIndex of this completion in the stream (0-based).
Trait Implementations§
Source§impl Clone for PagCompletion
impl Clone for PagCompletion
Source§fn clone(&self) -> PagCompletion
fn clone(&self) -> PagCompletion
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 moreAuto Trait Implementations§
impl Freeze for PagCompletion
impl RefUnwindSafe for PagCompletion
impl Send for PagCompletion
impl Sync for PagCompletion
impl Unpin for PagCompletion
impl UnsafeUnpin for PagCompletion
impl UnwindSafe for PagCompletion
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