Struct cursive_core::utils::span::SpannedTextRef[][src]

pub struct SpannedTextRef<'a, C: ?Sized> where
    C: SpannedText
{ /* fields omitted */ }

A reference to another SpannedText.

Trait Implementations

impl<'a, C: ?Sized> SpannedText for SpannedTextRef<'a, C> where
    C: 'a + SpannedText
[src]

type S = C::S

Type of span returned by SpannedText::spans().

Auto Trait Implementations

impl<'a, C: ?Sized> RefUnwindSafe for SpannedTextRef<'a, C> where
    C: RefUnwindSafe
[src]

impl<'a, C: ?Sized> Send for SpannedTextRef<'a, C> where
    C: Sync
[src]

impl<'a, C: ?Sized> Sync for SpannedTextRef<'a, C> where
    C: Sync
[src]

impl<'a, C: ?Sized> Unpin for SpannedTextRef<'a, C>[src]

impl<'a, C: ?Sized> UnwindSafe for SpannedTextRef<'a, C> where
    C: RefUnwindSafe
[src]

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> Erased for T[src]

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

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

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.