pub struct HotDeployment<I> { /* private fields */ }Expand description
Lock-free reads with serialized, validated replacement. 读取无锁,替换串行校验。
Implementations§
Source§impl<I: PluginInstance> HotDeployment<I>
impl<I: PluginInstance> HotDeployment<I>
Auto Trait Implementations§
impl<I> !Freeze for HotDeployment<I>
impl<I> RefUnwindSafe for HotDeployment<I>
impl<I> Send for HotDeployment<I>
impl<I> Sync for HotDeployment<I>
impl<I> Unpin for HotDeployment<I>
impl<I> UnsafeUnpin for HotDeployment<I>
impl<I> UnwindSafe for HotDeployment<I>
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