pub struct SynapseRecreatePorts {
pub containers: Arc<dyn ContainerRecreateClientProvider>,
pub compose: Arc<dyn ComposeRecreateClient>,
}Expand description
Product-owned replacement ports.
Fields§
§containers: Arc<dyn ContainerRecreateClientProvider>Host-bound container replacement client provider.
compose: Arc<dyn ComposeRecreateClient>Compose force-recreate client.
Auto Trait Implementations§
impl Freeze for SynapseRecreatePorts
impl !RefUnwindSafe for SynapseRecreatePorts
impl Send for SynapseRecreatePorts
impl Sync for SynapseRecreatePorts
impl Unpin for SynapseRecreatePorts
impl UnsafeUnpin for SynapseRecreatePorts
impl !UnwindSafe for SynapseRecreatePorts
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