Struct josephine::compartment::BOUND [] [src]

pub struct BOUND<'a>(_);

A compartment name that remembers the lifetime it was bound for.

Trait Implementations

impl<'a> Copy for BOUND<'a>
[src]

impl<'a> Clone for BOUND<'a>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a> Debug for BOUND<'a>
[src]

[src]

Formats the value using the given formatter.

impl<'a> Eq for BOUND<'a>
[src]

impl<'a> PartialEq for BOUND<'a>
[src]

[src]

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

[src]

This method tests for !=.

impl<'a> Hash for BOUND<'a>
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl<'a> Compartment for BOUND<'a>
[src]