Enum docker_api::api::node::models::Membership [−][src]
pub enum Membership {
Accepted,
Pending,
}This is supported on crate feature
swarm only.Variants
Accepted
Pending
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Membership
impl Send for Membership
impl Sync for Membership
impl Unpin for Membership
impl UnwindSafe for Membership
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more