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