pub struct Frame<R: Runtime> { /* private fields */ }Implementations§
Auto Trait Implementations§
impl<R> Freeze for Frame<R>
impl<R> !RefUnwindSafe for Frame<R>
impl<R> Send for Frame<R>
impl<R> Sync for Frame<R>
impl<R> Unpin for Frame<R>
impl<R> !UnwindSafe for Frame<R>
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