pub struct ViewBuilder<'a> { /* private fields */ }Expand description
视图构建器:持有源表 gather 句柄与槽宽,提供随机采样构建和调用方访问序构建。
Implementations§
Source§impl<'a> ViewBuilder<'a>
impl<'a> ViewBuilder<'a>
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for ViewBuilder<'a>
impl<'a> !UnwindSafe for ViewBuilder<'a>
impl<'a> Freeze for ViewBuilder<'a>
impl<'a> Send for ViewBuilder<'a>
impl<'a> Sync for ViewBuilder<'a>
impl<'a> Unpin for ViewBuilder<'a>
impl<'a> UnsafeUnpin for ViewBuilder<'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