pub struct ReferenceRuntime { /* private fields */ }Implementations§
Source§impl ReferenceRuntime
impl ReferenceRuntime
pub fn new() -> Self
pub fn suspend_cache(&self) -> SuspendCache
pub fn code_change_cache(&self) -> CodeChangeCache
pub fn spawn_downloads( &self, clock: Arc<dyn ServerClock>, ) -> Vec<JoinHandle<()>>
Trait Implementations§
Source§impl Clone for ReferenceRuntime
impl Clone for ReferenceRuntime
Source§fn clone(&self) -> ReferenceRuntime
fn clone(&self) -> ReferenceRuntime
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ReferenceRuntime
impl !RefUnwindSafe for ReferenceRuntime
impl Send for ReferenceRuntime
impl Sync for ReferenceRuntime
impl Unpin for ReferenceRuntime
impl UnsafeUnpin for ReferenceRuntime
impl !UnwindSafe for ReferenceRuntime
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