Struct unbase::network::SlabPresence [] [src]

pub struct SlabPresence {
    pub slab_id: SlabId,
    pub address: TransportAddress,
    pub lifetime: SlabAnticipatedLifetime,
}

SlabPresence represents the expected reachability of a given Slab Including Transport address and anticipated lifetime

Fields

Trait Implementations

impl Clone for SlabPresence
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for SlabPresence
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Debug for SlabPresence
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for SlabPresence

impl Sync for SlabPresence