pub struct DocReadBuilder { /* private fields */ }Expand description
流式文档读取的 Fluent 构建器。
通过门面 EasyDoc::read() 方法创建。
对应 Java: EasyExcel.read(path).head(RowClass.class)
Implementations§
Auto Trait Implementations§
impl Freeze for DocReadBuilder
impl RefUnwindSafe for DocReadBuilder
impl Send for DocReadBuilder
impl Sync for DocReadBuilder
impl Unpin for DocReadBuilder
impl UnsafeUnpin for DocReadBuilder
impl UnwindSafe for DocReadBuilder
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