Struct jlrs::memory::output::Output[][src]

pub struct Output<'scope>(_);

An output that can be converted into an OutputScope to root a value in an earlier frame.

Implementations

impl<'scope> Output<'scope>[src]

pub fn into_scope<'frame, 'borrow, F: Frame<'frame>>(
    self,
    frame: &'borrow mut F
) -> OutputScope<'scope, 'frame, 'borrow, F>
[src]

Convert the output to an OutputScope.

Auto Trait Implementations

impl<'scope> RefUnwindSafe for Output<'scope>

impl<'scope> Send for Output<'scope>

impl<'scope> Sync for Output<'scope>

impl<'scope> Unpin for Output<'scope>

impl<'scope> UnwindSafe for Output<'scope>

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, 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.