Struct acto_rs::SenderChannelId [] [src]

pub struct SenderChannelId(pub usize);

Trait Implementations

impl Copy for SenderChannelId
[src]

impl Clone for SenderChannelId
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SenderChannelId
[src]

Formats the value using the given formatter.

impl PartialEq for SenderChannelId
[src]

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

This method tests for !=.

impl Eq for SenderChannelId
[src]