pub struct ContainerflareRuntime { /* private fields */ }Expand description
High-level runtime that wires an Axum router into Cloudflare Containers (and adapts to Cloud Run when detected).
Implementations§
Auto Trait Implementations§
impl Freeze for ContainerflareRuntime
impl RefUnwindSafe for ContainerflareRuntime
impl Send for ContainerflareRuntime
impl Sync for ContainerflareRuntime
impl Unpin for ContainerflareRuntime
impl UnwindSafe for ContainerflareRuntime
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