pub struct SkewSource {
pub stage_id: Option<i64>,
}Expand description
Details about source stages which produce skewed data.
This type is not used in any activity, and only used as part of another schema.
Fields§
§stage_id: Option<i64>Output only. Stage id of the skew source stage.
Trait Implementations§
Source§impl Clone for SkewSource
impl Clone for SkewSource
Source§fn clone(&self) -> SkewSource
fn clone(&self) -> SkewSource
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 SkewSource
impl Debug for SkewSource
Source§impl Default for SkewSource
impl Default for SkewSource
Source§fn default() -> SkewSource
fn default() -> SkewSource
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SkewSource
impl<'de> Deserialize<'de> for SkewSource
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 Serialize for SkewSource
impl Serialize for SkewSource
impl Part for SkewSource
Auto Trait Implementations§
impl Freeze for SkewSource
impl RefUnwindSafe for SkewSource
impl Send for SkewSource
impl Sync for SkewSource
impl Unpin for SkewSource
impl UnwindSafe for SkewSource
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