pub(crate) struct LazyLines(OnceCell<Result<Lines, Error>>);Tuple Fields§
§0: OnceCell<Result<Lines, Error>>Implementations§
Auto Trait Implementations§
impl !Freeze for LazyLines
impl !RefUnwindSafe for LazyLines
impl Send for LazyLines
impl !Sync for LazyLines
impl Unpin for LazyLines
impl UnsafeUnpin for LazyLines
impl UnwindSafe for LazyLines
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