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