pub struct CpuRefBackend;Expand description
Reference CPU backend.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CpuRefBackend
impl RefUnwindSafe for CpuRefBackend
impl Send for CpuRefBackend
impl Sync for CpuRefBackend
impl Unpin for CpuRefBackend
impl UnsafeUnpin for CpuRefBackend
impl UnwindSafe for CpuRefBackend
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