pub(crate) struct LazyLines(LazyCell<Result<Lines, Error>>);
Tuple Fields§
§0: LazyCell<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 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