pub struct RowFormatDelimitedProperty {
pub fields: Option<Box<Expression>>,
pub escaped: Option<Box<Expression>>,
pub collection_items: Option<Box<Expression>>,
pub map_keys: Option<Box<Expression>>,
pub lines: Option<Box<Expression>>,
pub null: Option<Box<Expression>>,
pub serde: Option<Box<Expression>>,
}Expand description
RowFormatDelimitedProperty
Fields§
§fields: Option<Box<Expression>>§escaped: Option<Box<Expression>>§collection_items: Option<Box<Expression>>§map_keys: Option<Box<Expression>>§lines: Option<Box<Expression>>§null: Option<Box<Expression>>§serde: Option<Box<Expression>>Trait Implementations§
Source§impl Clone for RowFormatDelimitedProperty
impl Clone for RowFormatDelimitedProperty
Source§fn clone(&self) -> RowFormatDelimitedProperty
fn clone(&self) -> RowFormatDelimitedProperty
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 RowFormatDelimitedProperty
impl Debug for RowFormatDelimitedProperty
Source§impl<'de> Deserialize<'de> for RowFormatDelimitedProperty
impl<'de> Deserialize<'de> for RowFormatDelimitedProperty
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 StructuralPartialEq for RowFormatDelimitedProperty
Auto Trait Implementations§
impl Freeze for RowFormatDelimitedProperty
impl RefUnwindSafe for RowFormatDelimitedProperty
impl Send for RowFormatDelimitedProperty
impl Sync for RowFormatDelimitedProperty
impl Unpin for RowFormatDelimitedProperty
impl UnwindSafe for RowFormatDelimitedProperty
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