Struct kernel::queues::publisher::Subscriber [] [src]

pub struct Subscriber<T> {
    pub token: usize,
    // some fields omitted
}

Fields

Methods

impl<T> Subscriber<T>
[src]

Trait Implementations

impl<T> Debug for Subscriber<T>
[src]

Formats the value using the given formatter.

impl<T: Send> Send for Subscriber<T>
[src]

impl<T> !Sync for Subscriber<T>
[src]

impl<T> Clone for Subscriber<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more