pub enum Endpoint {
Tail,
Arrow,
Circle,
Conflict,
}Expand description
Edge endpoint mark.
Variants§
Tail
Tail (undirected / directed origin).
Arrow
Arrow head.
Circle
Circle (PAG; not used in DAG constructors).
Conflict
Conflict (x in pinned baseline). Orientation rules proposed incompatible marks.
CPDAG / PCMCI+ contemporaneous conflicts use Conflict–Conflict (x-x).
PAG / LPCMCI may also use asymmetric forms (x→, ←x).
Trait Implementations§
impl Copy for Endpoint
impl Eq for Endpoint
impl StructuralPartialEq for Endpoint
Auto Trait Implementations§
impl Freeze for Endpoint
impl RefUnwindSafe for Endpoint
impl Send for Endpoint
impl Sync for Endpoint
impl Unpin for Endpoint
impl UnsafeUnpin for Endpoint
impl UnwindSafe for Endpoint
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