Struct docker_api::opts::NodeUpdateOptsBuilder
source · [−]pub struct NodeUpdateOptsBuilder { /* private fields */ }
Available on crate feature
swarm
only.Implementations
Trait Implementations
sourceimpl Debug for NodeUpdateOptsBuilder
impl Debug for NodeUpdateOptsBuilder
sourceimpl Serialize for NodeUpdateOptsBuilder
impl Serialize for NodeUpdateOptsBuilder
Auto Trait Implementations
impl RefUnwindSafe for NodeUpdateOptsBuilder
impl Send for NodeUpdateOptsBuilder
impl Sync for NodeUpdateOptsBuilder
impl Unpin for NodeUpdateOptsBuilder
impl UnwindSafe for NodeUpdateOptsBuilder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more