pub struct Runtime;Expand description
v0.2.2 W13: marker for runtime-validated witnesses produced by
validate(). The default phase of Validated<T> so v0.2.1 call
sites continue to compile.
Trait Implementations§
impl Copy for Runtime
impl Eq for Runtime
impl StructuralPartialEq for Runtime
impl ValidationPhase for Runtime
Auto Trait Implementations§
impl Freeze for Runtime
impl RefUnwindSafe for Runtime
impl Send for Runtime
impl Sync for Runtime
impl Unpin for Runtime
impl UnsafeUnpin for Runtime
impl UnwindSafe for Runtime
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