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