pub struct Tasks { /* private fields */ }
Available on crate feature
swarm
only.Expand description
Interface for Docker Tasks.Task>
Implementations
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Tasks
impl Send for Tasks
impl Sync for Tasks
impl Unpin for Tasks
impl !UnwindSafe for Tasks
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