pub struct SourceConcatLayout {
pub feature_set_id: String,
pub representation_id: RepresentationId,
pub axis: SourceConcatAxis,
pub total_column_count: usize,
pub preserve_source_order: bool,
pub namespace_columns: bool,
}Fields§
§feature_set_id: String§representation_id: RepresentationId§axis: SourceConcatAxis§total_column_count: usize§preserve_source_order: bool§namespace_columns: boolImplementations§
Trait Implementations§
Source§impl Clone for SourceConcatLayout
impl Clone for SourceConcatLayout
Source§fn clone(&self) -> SourceConcatLayout
fn clone(&self) -> SourceConcatLayout
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 moreSource§impl Debug for SourceConcatLayout
impl Debug for SourceConcatLayout
Source§impl<'de> Deserialize<'de> for SourceConcatLayout
impl<'de> Deserialize<'de> for SourceConcatLayout
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for SourceConcatLayout
Source§impl PartialEq for SourceConcatLayout
impl PartialEq for SourceConcatLayout
Source§fn eq(&self, other: &SourceConcatLayout) -> bool
fn eq(&self, other: &SourceConcatLayout) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for SourceConcatLayout
impl Serialize for SourceConcatLayout
impl StructuralPartialEq for SourceConcatLayout
Auto Trait Implementations§
impl Freeze for SourceConcatLayout
impl RefUnwindSafe for SourceConcatLayout
impl Send for SourceConcatLayout
impl Sync for SourceConcatLayout
impl Unpin for SourceConcatLayout
impl UnsafeUnpin for SourceConcatLayout
impl UnwindSafe for SourceConcatLayout
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