pub struct Context<I: Stream> { /* private fields */ }Expand description
Implementations§
Source§impl<I: Stream> Context<I>
impl<I: Stream> Context<I>
pub fn new(input: I) -> Self
Auto Trait Implementations§
impl<I> !RefUnwindSafe for Context<I>
impl<I> !Send for Context<I>
impl<I> !Sync for Context<I>
impl<I> !UnwindSafe for Context<I>
impl<I> Freeze for Context<I>where
I: Freeze,
impl<I> Unpin for Context<I>where
I: Unpin,
impl<I> UnsafeUnpin for Context<I>where
I: UnsafeUnpin,
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