pub struct LazyFrame<'a> { /* private fields */ }
Expand description
Simplified lazy frame for future implementation
Implementations§
Auto Trait Implementations§
impl<'a> !Freeze for LazyFrame<'a>
impl<'a> !RefUnwindSafe for LazyFrame<'a>
impl<'a> !Send for LazyFrame<'a>
impl<'a> !Sync for LazyFrame<'a>
impl<'a> Unpin for LazyFrame<'a>
impl<'a> !UnwindSafe for LazyFrame<'a>
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