pub struct OpenLineageInputField {
pub namespace: String,
pub name: String,
pub field: String,
pub transformations: Vec<OpenLineageTransformation>,
}Fields§
§namespace: String§name: String§field: String§transformations: Vec<OpenLineageTransformation>Trait Implementations§
Source§impl Clone for OpenLineageInputField
impl Clone for OpenLineageInputField
Source§fn clone(&self) -> OpenLineageInputField
fn clone(&self) -> OpenLineageInputField
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 OpenLineageInputField
impl Debug for OpenLineageInputField
Source§impl<'de> Deserialize<'de> for OpenLineageInputField
impl<'de> Deserialize<'de> for OpenLineageInputField
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 Ord for OpenLineageInputField
impl Ord for OpenLineageInputField
Source§fn cmp(&self, other: &OpenLineageInputField) -> Ordering
fn cmp(&self, other: &OpenLineageInputField) -> Ordering
1.21.0 (const: unstable) · 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 OpenLineageInputField
impl PartialEq for OpenLineageInputField
Source§fn eq(&self, other: &OpenLineageInputField) -> bool
fn eq(&self, other: &OpenLineageInputField) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for OpenLineageInputField
impl PartialOrd for OpenLineageInputField
Source§impl Serialize for OpenLineageInputField
impl Serialize for OpenLineageInputField
impl Eq for OpenLineageInputField
impl StructuralPartialEq for OpenLineageInputField
Auto Trait Implementations§
impl Freeze for OpenLineageInputField
impl RefUnwindSafe for OpenLineageInputField
impl Send for OpenLineageInputField
impl Sync for OpenLineageInputField
impl Unpin for OpenLineageInputField
impl UnsafeUnpin for OpenLineageInputField
impl UnwindSafe for OpenLineageInputField
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