pub struct BaseDataIntegrityProfile {
pub type: EtlEnumDataIntegrityType,
}Fields§
§type: EtlEnumDataIntegrityTypeImplementations§
Source§impl BaseDataIntegrityProfile
impl BaseDataIntegrityProfile
pub fn new(type: EtlEnumDataIntegrityType) -> BaseDataIntegrityProfile
Trait Implementations§
Source§impl Clone for BaseDataIntegrityProfile
impl Clone for BaseDataIntegrityProfile
Source§fn clone(&self) -> BaseDataIntegrityProfile
fn clone(&self) -> BaseDataIntegrityProfile
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 BaseDataIntegrityProfile
impl Debug for BaseDataIntegrityProfile
Source§impl Default for BaseDataIntegrityProfile
impl Default for BaseDataIntegrityProfile
Source§fn default() -> BaseDataIntegrityProfile
fn default() -> BaseDataIntegrityProfile
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BaseDataIntegrityProfile
impl<'de> Deserialize<'de> for BaseDataIntegrityProfile
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 PartialEq for BaseDataIntegrityProfile
impl PartialEq for BaseDataIntegrityProfile
Source§impl Serialize for BaseDataIntegrityProfile
impl Serialize for BaseDataIntegrityProfile
impl StructuralPartialEq for BaseDataIntegrityProfile
Auto Trait Implementations§
impl Freeze for BaseDataIntegrityProfile
impl RefUnwindSafe for BaseDataIntegrityProfile
impl Send for BaseDataIntegrityProfile
impl Sync for BaseDataIntegrityProfile
impl Unpin for BaseDataIntegrityProfile
impl UnsafeUnpin for BaseDataIntegrityProfile
impl UnwindSafe for BaseDataIntegrityProfile
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