Struct google_datastream1::api::BackfillNoneStrategy
source · pub struct BackfillNoneStrategy { /* private fields */ }Expand description
Backfill strategy to disable automatic backfill for the Stream’s objects.
This type is not used in any activity, and only used as part of another schema.
Trait Implementations§
source§impl Clone for BackfillNoneStrategy
impl Clone for BackfillNoneStrategy
source§fn clone(&self) -> BackfillNoneStrategy
fn clone(&self) -> BackfillNoneStrategy
Returns a copy 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 BackfillNoneStrategy
impl Debug for BackfillNoneStrategy
source§impl Default for BackfillNoneStrategy
impl Default for BackfillNoneStrategy
source§fn default() -> BackfillNoneStrategy
fn default() -> BackfillNoneStrategy
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for BackfillNoneStrategy
impl<'de> Deserialize<'de> for BackfillNoneStrategy
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