Struct jenga::FBox [] [src]

pub struct FBox<'a, T: 'a> { /* fields omitted */ }

Trait Implementations

impl<'a, T: 'a> Drop for FBox<'a, T>
[src]

A method called when the value goes out of scope. Read more

impl<'a, T> Deref for FBox<'a, T>
[src]

The resulting type after dereferencing

The method called to dereference a value

impl<'a, T> DerefMut for FBox<'a, T>
[src]

The method called to mutably dereference a value

impl<'a, T, U> PartialEq<U> for FBox<'a, T> where
    T: PartialEq<U>, 
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<'a, T: Debug> Debug for FBox<'a, T>
[src]

Formats the value using the given formatter.