pub struct OptionEntry {
pub key: Identifier,
pub value: Expression,
}Expand description
Key/value pair in a BigQuery OPTIONS (…) clause.
Fields§
§key: Identifier§value: ExpressionTrait Implementations§
Source§impl Clone for OptionEntry
impl Clone for OptionEntry
Source§fn clone(&self) -> OptionEntry
fn clone(&self) -> OptionEntry
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 OptionEntry
impl Debug for OptionEntry
Source§impl<'de> Deserialize<'de> for OptionEntry
impl<'de> Deserialize<'de> for OptionEntry
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 OptionEntry
impl PartialEq for OptionEntry
Source§impl Serialize for OptionEntry
impl Serialize for OptionEntry
impl StructuralPartialEq for OptionEntry
Auto Trait Implementations§
impl Freeze for OptionEntry
impl RefUnwindSafe for OptionEntry
impl Send for OptionEntry
impl Sync for OptionEntry
impl Unpin for OptionEntry
impl UnsafeUnpin for OptionEntry
impl UnwindSafe for OptionEntry
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