[][src]Struct guion::path::standard::SimplePath

pub struct SimplePath<E, S> { /* fields omitted */ }

Methods

impl<E, S> SimplePath<E, S> where
    E: Env,
    S: SubPath<E> + Send + Sync + 'static, 
[src]

pub fn new(range: &[S], root_id: S) -> Self[src]

Trait Implementations

impl<E: Clone, S: Clone> Clone for SimplePath<E, S>[src]

impl<E: PartialEq, S: PartialEq> PartialEq<SimplePath<E, S>> for SimplePath<E, S>[src]

impl<E, S> RefClonable for SimplePath<E, S> where
    E: Env,
    S: SubPath<E> + Send + Sync + 'static, 
[src]

impl<E, S> StructuralPartialEq for SimplePath<E, S>[src]

impl<E, S> WidgetPath<E> for SimplePath<E, S> where
    E: Env,
    S: SubPath<E> + From<E::WidgetID> + Into<E::WidgetID> + Send + Sync + 'static,
    Self: From<E::WidgetPath> + Into<E::WidgetPath>, 
[src]

type SubPath = S

Auto Trait Implementations

impl<E, S> RefUnwindSafe for SimplePath<E, S> where
    E: RefUnwindSafe,
    S: RefUnwindSafe

impl<E, S> Send for SimplePath<E, S> where
    E: Send,
    S: Send + Sync

impl<E, S> Sync for SimplePath<E, S> where
    E: Sync,
    S: Send + Sync

impl<E, S> Unpin for SimplePath<E, S> where
    E: Unpin

impl<E, S> UnwindSafe for SimplePath<E, S> where
    E: UnwindSafe,
    S: RefUnwindSafe

Blanket Implementations

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

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

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

impl<T> From<T> for T[src]

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

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.