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