[][src]Struct shine_graph::svec::WrapRead

pub struct WrapRead<'a, S> where
    S: Store
{ /* fields omitted */ }

Wrapper to allow immutable access to the elments of an SVector in join and merge oprations.

Trait Implementations

impl<'a, S> IntoJoin for WrapRead<'a, S> where
    S: 'a + Store
[src]

type Store = Self

impl<'a, S> IndexExcl<usize> for WrapRead<'a, S> where
    S: Store
[src]

type Item = &'a S::Item

impl<'a, S> IndexLowerBound<usize> for WrapRead<'a, S> where
    S: Store
[src]

Auto Trait Implementations

impl<'a, S> Send for WrapRead<'a, S> where
    S: Sync

impl<'a, S> Sync for WrapRead<'a, S> where
    S: Sync

Blanket Implementations

impl<T> IntoJoinExt for T where
    T: IntoJoin + ?Sized
[src]

fn join_all<F>(self, f: F) where
    F: FnMut(usize, <Self::Store as IndexExcl<usize>>::Item),
    Self: Sized
[src]

fn join_until<F>(self, f: F) where
    F: FnMut(usize, <Self::Store as IndexExcl<usize>>::Item) -> bool,
    Self: Sized
[src]

impl<T> From for T[src]

impl<T, U> Into for T where
    U: From<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, 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> Borrow for T where
    T: ?Sized
[src]

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

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