Struct summer_boot::rt::SummerRuntime
source · pub struct SummerRuntime;Expand description
运行时简单代理对象
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for SummerRuntime
impl Send for SummerRuntime
impl Sync for SummerRuntime
impl Unpin for SummerRuntime
impl UnwindSafe for SummerRuntime
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