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