pub struct OpenLineageTransformation {
pub type_: String,
pub subtype: String,
pub description: Option<String>,
pub masking: Option<bool>,
}Fields§
§type_: String§subtype: String§description: Option<String>§masking: Option<bool>Trait Implementations§
Source§impl Clone for OpenLineageTransformation
impl Clone for OpenLineageTransformation
Source§fn clone(&self) -> OpenLineageTransformation
fn clone(&self) -> OpenLineageTransformation
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 OpenLineageTransformation
impl Debug for OpenLineageTransformation
Source§impl<'de> Deserialize<'de> for OpenLineageTransformation
impl<'de> Deserialize<'de> for OpenLineageTransformation
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 OpenLineageTransformation
impl Ord for OpenLineageTransformation
Source§fn cmp(&self, other: &OpenLineageTransformation) -> Ordering
fn cmp(&self, other: &OpenLineageTransformation) -> 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 OpenLineageTransformation
impl PartialEq for OpenLineageTransformation
Source§fn eq(&self, other: &OpenLineageTransformation) -> bool
fn eq(&self, other: &OpenLineageTransformation) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for OpenLineageTransformation
impl PartialOrd for OpenLineageTransformation
impl Eq for OpenLineageTransformation
impl StructuralPartialEq for OpenLineageTransformation
Auto Trait Implementations§
impl Freeze for OpenLineageTransformation
impl RefUnwindSafe for OpenLineageTransformation
impl Send for OpenLineageTransformation
impl Sync for OpenLineageTransformation
impl Unpin for OpenLineageTransformation
impl UnsafeUnpin for OpenLineageTransformation
impl UnwindSafe for OpenLineageTransformation
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