pub struct Configs { /* private fields */ }
Available on crate feature
swarm
only.Expand description
Interface for Docker Configs.Config>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Configs
impl !RefUnwindSafe for Configs
impl Send for Configs
impl Sync for Configs
impl Unpin for Configs
impl !UnwindSafe for Configs
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more