pub struct Reader<'handle> { /* private fields */ }Implementations§
Auto Trait Implementations§
impl<'handle> !RefUnwindSafe for Reader<'handle>
impl<'handle> !Send for Reader<'handle>
impl<'handle> !Sync for Reader<'handle>
impl<'handle> Unpin for Reader<'handle>
impl<'handle> !UnwindSafe for Reader<'handle>
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