pub struct EtlSystem {
pub system_id: Option<String>,
pub path: Option<String>,
pub include_patterns: Option<Vec<String>>,
pub exclude_patterns: Option<Vec<String>>,
}Fields§
§system_id: Option<String>§path: Option<String>§include_patterns: Option<Vec<String>>§exclude_patterns: Option<Vec<String>>Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for EtlSystem
impl<'de> Deserialize<'de> for EtlSystem
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 EtlSystem
Auto Trait Implementations§
impl Freeze for EtlSystem
impl RefUnwindSafe for EtlSystem
impl Send for EtlSystem
impl Sync for EtlSystem
impl Unpin for EtlSystem
impl UnsafeUnpin for EtlSystem
impl UnwindSafe for EtlSystem
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