#[repr(C)]pub struct Runtime<'a, 'f> { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<'a, 'f> ExternType for Runtime<'a, 'f>
impl<'a, 'f> ExternType for Runtime<'a, 'f>
impl<'a, 'f> Send for Runtime<'a, 'f>
impl<'a, 'f> Sync for Runtime<'a, 'f>
impl<'a, 'f> UniquePtrTarget for Runtime<'a, 'f>
Auto Trait Implementations§
impl<'a, 'f> !Freeze for Runtime<'a, 'f>
impl<'a, 'f> RefUnwindSafe for Runtime<'a, 'f>
impl<'a, 'f> !Unpin for Runtime<'a, 'f>
impl<'a, 'f> UnwindSafe for Runtime<'a, 'f>
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