[][src]Struct plexus::graph::OrphanArcView

pub struct OrphanArcView<'a, G> where
    G: 'a + Geometry
{ /* fields omitted */ }

Orphan view of an arc.

Provides mutable access to an arc's geometry. See the module documentation for more information about topological views.

Methods

impl<'a, G> OrphanArcView<'a, G> where
    G: 'a + Geometry
[src]

pub fn key(&self) -> ArcKey[src]

Trait Implementations

impl<'a, G> DerefMut for OrphanArcView<'a, G> where
    G: 'a + Geometry
[src]

impl<'a, G> Deref for OrphanArcView<'a, G> where
    G: 'a + Geometry
[src]

type Target = ArcPayload<G>

The resulting type after dereferencing.

Auto Trait Implementations

impl<'a, G> Send for OrphanArcView<'a, G> where
    <G as Geometry>::Arc: Send

impl<'a, G> Sync for OrphanArcView<'a, G> where
    <G as Geometry>::Arc: Sync

Blanket Implementations

impl<T> FromGeometry for T[src]

impl<T, U> IntoGeometry for T where
    U: FromGeometry<T>, 
[src]

impl<T, U> IntoInteriorGeometry for T where
    U: FromInteriorGeometry<T>, 
[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same for T[src]

type Output = T

Should always be Self

impl<SS, SP> SupersetOf for SP where
    SS: SubsetOf<SP>,