pub struct ConjureRuntime(/* private fields */);
Expand description
A type providing server logic that is configured at runtime.
Implementations§
Trait Implementations§
Source§impl Debug for ConjureRuntime
impl Debug for ConjureRuntime
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