Struct conjure_http::server::ConjureRuntime
source · pub struct ConjureRuntime(/* private fields */);Expand description
A type providing server logic that is configured at runtime.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ConjureRuntime
impl RefUnwindSafe for ConjureRuntime
impl Send for ConjureRuntime
impl Sync for ConjureRuntime
impl Unpin for ConjureRuntime
impl UnwindSafe for ConjureRuntime
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