pub struct PreviewSource {
pub name: String,
pub headers: Vec<String>,
pub row_count: usize,
}Fields§
§name: String§headers: Vec<String>§row_count: usizeTrait Implementations§
Source§impl Clone for PreviewSource
impl Clone for PreviewSource
Source§fn clone(&self) -> PreviewSource
fn clone(&self) -> PreviewSource
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for PreviewSource
impl RefUnwindSafe for PreviewSource
impl Send for PreviewSource
impl Sync for PreviewSource
impl Unpin for PreviewSource
impl UnsafeUnpin for PreviewSource
impl UnwindSafe for PreviewSource
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