pub struct Reader<T> { /* private fields */ }
Implementations§
Source§impl<T> Reader<T>
impl<T> Reader<T>
pub fn access(&self) -> ReaderAccess<'_, '_, T>
pub fn try_access(&self) -> Option<ReaderAccess<'_, '_, T>>
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for Reader<T>
impl<T> RefUnwindSafe for Reader<T>
impl<T> Send for Reader<T>
impl<T> Sync for Reader<T>
impl<T> Unpin for Reader<T>
impl<T> UnwindSafe for Reader<T>
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