Enum connect::MemberType[][src]

pub enum MemberType {
    Local,
    Remote,
}

Represents type of a member in a Cluster

Variants

Represents local machine

Represents a virtually or geographically seperate machine

Trait Implementations

impl Debug for MemberType
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for MemberType

impl Sync for MemberType