Struct reproto_derive::Opaque [] [src]

pub struct Opaque<T> { /* fields omitted */ }

An opaque data structure, well all instances are equal but can contain different data.

Methods

impl<T> Opaque<T>
[src]

[src]

Trait Implementations

impl<T: Debug> Debug for Opaque<T>
[src]

[src]

Formats the value using the given formatter. Read more

impl<T: Clone> Clone for Opaque<T>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<T> PartialEq for Opaque<T>
[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<T> Eq for Opaque<T>
[src]

impl<T> Hash for Opaque<T>
[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<T> Deref for Opaque<T>
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl<T> DerefMut for Opaque<T>
[src]

[src]

Mutably dereferences the value.

Auto Trait Implementations

impl<T> Send for Opaque<T> where
    T: Send

impl<T> Sync for Opaque<T> where
    T: Sync