[][src]Struct firm_construction::ref_eq::RefEq

pub struct RefEq<T>(pub T);

Trait Implementations

impl<'a, 'b, T> PartialEq<RefEq<&'b T>> for RefEq<&'b T>
[src]

This method tests for !=.

impl<T> PartialEq<RefEq<Rc<T>>> for RefEq<Rc<T>>
[src]

This method tests for !=.

impl<'a, T> Eq for RefEq<&'a T>
[src]

impl<T> Eq for RefEq<Rc<T>>
[src]

impl<T> Debug for RefEq<T> where
    T: Debug
[src]

impl<'a, T> Hash for RefEq<&'a T>
[src]

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

impl<T> Hash for RefEq<Rc<T>>
[src]

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

Auto Trait Implementations

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

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

Blanket Implementations

impl<T> From for T
[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Any for T where
    T: 'static + ?Sized
[src]