pub struct HiveRowDelimiter {
pub delimiter: HiveDelimiter,
pub char: Ident,
}
Fields§
§delimiter: HiveDelimiter
§char: Ident
Trait Implementations§
Source§impl Clone for HiveRowDelimiter
impl Clone for HiveRowDelimiter
Source§fn clone(&self) -> HiveRowDelimiter
fn clone(&self) -> HiveRowDelimiter
Returns a copy 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 HiveRowDelimiter
impl Debug for HiveRowDelimiter
Source§impl<'de> Deserialize<'de> for HiveRowDelimiter
impl<'de> Deserialize<'de> for HiveRowDelimiter
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
Source§impl Display for HiveRowDelimiter
impl Display for HiveRowDelimiter
Source§impl Hash for HiveRowDelimiter
impl Hash for HiveRowDelimiter
Source§impl Ord for HiveRowDelimiter
impl Ord for HiveRowDelimiter
Source§fn cmp(&self, other: &HiveRowDelimiter) -> Ordering
fn cmp(&self, other: &HiveRowDelimiter) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for HiveRowDelimiter
impl PartialEq for HiveRowDelimiter
Source§impl PartialOrd for HiveRowDelimiter
impl PartialOrd for HiveRowDelimiter
Source§impl Serialize for HiveRowDelimiter
impl Serialize for HiveRowDelimiter
Source§impl Visit for HiveRowDelimiter
impl Visit for HiveRowDelimiter
Source§impl VisitMut for HiveRowDelimiter
impl VisitMut for HiveRowDelimiter
fn visit<V: VisitorMut>(&mut self, visitor: &mut V) -> ControlFlow<V::Break>
impl Eq for HiveRowDelimiter
impl StructuralPartialEq for HiveRowDelimiter
Auto Trait Implementations§
impl Freeze for HiveRowDelimiter
impl RefUnwindSafe for HiveRowDelimiter
impl Send for HiveRowDelimiter
impl Sync for HiveRowDelimiter
impl Unpin for HiveRowDelimiter
impl UnwindSafe for HiveRowDelimiter
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)