pub struct OptionsProperty {
pub entries: Vec<OptionEntry>,
}Expand description
Typed BigQuery OPTIONS (…) property for CREATE TABLE and related DDL.
Fields§
§entries: Vec<OptionEntry>Trait Implementations§
Source§impl Clone for OptionsProperty
impl Clone for OptionsProperty
Source§fn clone(&self) -> OptionsProperty
fn clone(&self) -> OptionsProperty
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 OptionsProperty
impl Debug for OptionsProperty
Source§impl<'de> Deserialize<'de> for OptionsProperty
impl<'de> Deserialize<'de> for OptionsProperty
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 PartialEq for OptionsProperty
impl PartialEq for OptionsProperty
Source§impl Serialize for OptionsProperty
impl Serialize for OptionsProperty
impl StructuralPartialEq for OptionsProperty
Auto Trait Implementations§
impl Freeze for OptionsProperty
impl RefUnwindSafe for OptionsProperty
impl Send for OptionsProperty
impl Sync for OptionsProperty
impl Unpin for OptionsProperty
impl UnsafeUnpin for OptionsProperty
impl UnwindSafe for OptionsProperty
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