pub struct NoRuntime;Expand description
Marker type for untyped builder (before runtime is set)
Auto Trait Implementations§
impl Freeze for NoRuntime
impl RefUnwindSafe for NoRuntime
impl Send for NoRuntime
impl Sync for NoRuntime
impl Unpin for NoRuntime
impl UnwindSafe for NoRuntime
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