Struct nats::Channel[][src]

pub struct Channel {
    pub sid: u64,
}

Fields

Trait Implementations

impl Debug for Channel
[src]

Formats the value using the given formatter. Read more

impl Copy for Channel
[src]

impl Clone for Channel
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Channel

impl Sync for Channel