Struct docker_api::api::node::Node [−][src]
pub struct Node<'docker> { /* fields omitted */ }
This is supported on crate feature
swarm
only.Expand description
Interface for accessing and manipulating Docker Node.
Implementations
Inspect this Node.
Delete this Node.
Delete this Node.
Update a node.
Trait Implementations
Auto Trait Implementations
impl<'docker> !RefUnwindSafe for Node<'docker>
impl<'docker> !UnwindSafe for Node<'docker>
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