pub struct Stage3<K: SourceKind> { /* private fields */ }Implementations§
Source§impl<K: SourceKind> Stage3<K>
impl<K: SourceKind> Stage3<K>
pub fn with_expander(self, expander: Box<dyn Expander>) -> Stage4<K>
Auto Trait Implementations§
impl<K> Freeze for Stage3<K>
impl<K> !RefUnwindSafe for Stage3<K>
impl<K> !Send for Stage3<K>
impl<K> !Sync for Stage3<K>
impl<K> Unpin for Stage3<K>where
K: Unpin,
impl<K> UnsafeUnpin for Stage3<K>
impl<K> !UnwindSafe for Stage3<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