pub struct RestrictionConfig {
pub type_: Option<String>,
}Expand description
There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields§
§type_: Option<String>Output only. Specifies the type of dataset/table restriction.
Trait Implementations§
Source§impl Clone for RestrictionConfig
impl Clone for RestrictionConfig
Source§fn clone(&self) -> RestrictionConfig
fn clone(&self) -> RestrictionConfig
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 RestrictionConfig
impl Debug for RestrictionConfig
Source§impl Default for RestrictionConfig
impl Default for RestrictionConfig
Source§fn default() -> RestrictionConfig
fn default() -> RestrictionConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RestrictionConfig
impl<'de> Deserialize<'de> for RestrictionConfig
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 RestrictionConfig
impl Serialize for RestrictionConfig
impl Part for RestrictionConfig
Auto Trait Implementations§
impl Freeze for RestrictionConfig
impl RefUnwindSafe for RestrictionConfig
impl Send for RestrictionConfig
impl Sync for RestrictionConfig
impl Unpin for RestrictionConfig
impl UnwindSafe for RestrictionConfig
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