Struct extra_pointers::IrcWrapped [] [src]

pub struct IrcWrapped<T: ?Sized>(_, _);

Methods

impl<T> IrcWrapped<T>
[src]

[src]

Trait Implementations

impl<T: ?Sized, U> CoerceUnsized<IrcWrapped<U>> for IrcWrapped<T> where
    T: CoerceUnsized<U>, 
[src]

impl<T: ?Sized> IntrusiveReferenceCounted for IrcWrapped<T>
[src]

[src]

[src]

[src]

[src]

impl<T: Debug + ?Sized> Debug for IrcWrapped<T>
[src]

[src]

Formats the value using the given formatter. Read more

impl<T: Display + ?Sized> Display for IrcWrapped<T>
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<T: ?Sized> Send for IrcWrapped<T> where
    T: Send

impl<T> !Sync for IrcWrapped<T>