Struct google_bigtableadmin2::api::Intersection
source · pub struct Intersection {
pub rules: Option<Vec<GcRule>>,
}Expand description
A GcRule which deletes cells matching all of the given rules.
This type is not used in any activity, and only used as part of another schema.
Fields§
§rules: Option<Vec<GcRule>>Only delete cells which would be deleted by every element of rules.
Trait Implementations§
source§impl Clone for Intersection
impl Clone for Intersection
source§fn clone(&self) -> Intersection
fn clone(&self) -> Intersection
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 Intersection
impl Debug for Intersection
source§impl Default for Intersection
impl Default for Intersection
source§fn default() -> Intersection
fn default() -> Intersection
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for Intersection
impl<'de> Deserialize<'de> for Intersection
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