pub struct Reader<'a, 's, F>{ /* private fields */ }
Expand description
Skin reader.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, 's, F> RefUnwindSafe for Reader<'a, 's, F>where
F: RefUnwindSafe,
impl<'a, 's, F> Send for Reader<'a, 's, F>where
F: Send,
impl<'a, 's, F> Sync for Reader<'a, 's, F>where
F: Sync,
impl<'a, 's, F> Unpin for Reader<'a, 's, F>where
F: Unpin,
impl<'a, 's, F> UnwindSafe for Reader<'a, 's, F>where
F: UnwindSafe,
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