pub struct WranglingDataFlow {
pub data_flow: DataFlow,
pub type_properties: Option<PowerQueryTypeProperties>,
}Expand description
Power Query data flow.
Fields§
§data_flow: DataFlow§type_properties: Option<PowerQueryTypeProperties>Power Query data flow type properties.
Implementations§
Trait Implementations§
Source§impl Clone for WranglingDataFlow
impl Clone for WranglingDataFlow
Source§fn clone(&self) -> WranglingDataFlow
fn clone(&self) -> WranglingDataFlow
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 WranglingDataFlow
impl Debug for WranglingDataFlow
Source§impl<'de> Deserialize<'de> for WranglingDataFlow
impl<'de> Deserialize<'de> for WranglingDataFlow
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 WranglingDataFlow
impl PartialEq for WranglingDataFlow
Source§impl Serialize for WranglingDataFlow
impl Serialize for WranglingDataFlow
impl StructuralPartialEq for WranglingDataFlow
Auto Trait Implementations§
impl Freeze for WranglingDataFlow
impl RefUnwindSafe for WranglingDataFlow
impl Send for WranglingDataFlow
impl Sync for WranglingDataFlow
impl Unpin for WranglingDataFlow
impl UnwindSafe for WranglingDataFlow
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