Struct jenga::FBox [] [src]

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

Trait Implementations

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

[src]

Executes the destructor for this type. Read more

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

The resulting type after dereferencing.

[src]

Dereferences the value.

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

[src]

Mutably dereferences the value.

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

[src]

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

1.0.0
[src]

This method tests for !=.

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

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a, T> !Send for FBox<'a, T>

impl<'a, T> !Sync for FBox<'a, T>