pub struct SecomArchiveLayout {
pub data_file_numeric_column_count: usize,
pub metadata_attribute_count_claim: Option<usize>,
pub label_row_count: usize,
pub label_file_includes_timestamp: bool,
pub note: String,
}Fields§
§data_file_numeric_column_count: usize§metadata_attribute_count_claim: Option<usize>§label_row_count: usize§label_file_includes_timestamp: bool§note: StringTrait Implementations§
Source§impl Clone for SecomArchiveLayout
impl Clone for SecomArchiveLayout
Source§fn clone(&self) -> SecomArchiveLayout
fn clone(&self) -> SecomArchiveLayout
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SecomArchiveLayout
impl Debug for SecomArchiveLayout
Auto Trait Implementations§
impl Freeze for SecomArchiveLayout
impl RefUnwindSafe for SecomArchiveLayout
impl Send for SecomArchiveLayout
impl Sync for SecomArchiveLayout
impl Unpin for SecomArchiveLayout
impl UnsafeUnpin for SecomArchiveLayout
impl UnwindSafe for SecomArchiveLayout
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