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