pub struct PreparedRuntimeHttpGeneration { /* private fields */ }Expand description
Prepared, health-gated candidate that can be consumed by one reload.
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for PreparedRuntimeHttpGeneration
impl !UnwindSafe for PreparedRuntimeHttpGeneration
impl Freeze for PreparedRuntimeHttpGeneration
impl Send for PreparedRuntimeHttpGeneration
impl Sync for PreparedRuntimeHttpGeneration
impl Unpin for PreparedRuntimeHttpGeneration
impl UnsafeUnpin for PreparedRuntimeHttpGeneration
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