Struct docker_api::opts::ServiceOpts
source · [−]pub struct ServiceOpts { /* private fields */ }
Available on crate feature
swarm
only.Implementations
sourceimpl ServiceOpts
impl ServiceOpts
Trait Implementations
sourceimpl Debug for ServiceOpts
impl Debug for ServiceOpts
sourceimpl Default for ServiceOpts
impl Default for ServiceOpts
sourcefn default() -> ServiceOpts
fn default() -> ServiceOpts
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ServiceOpts
impl Send for ServiceOpts
impl Sync for ServiceOpts
impl Unpin for ServiceOpts
impl UnwindSafe for ServiceOpts
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