Enum docker_api::api::node::models::Availability [−][src]
pub enum Availability {
Active,
Pause,
Drain,
}
This is supported on crate feature
swarm
only.Variants
Active
Pause
Drain
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Availability
impl Send for Availability
impl Sync for Availability
impl Unpin for Availability
impl UnwindSafe for Availability
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