pub struct StringFunc {
pub this: Box<Expression>,
pub zone: Option<Box<Expression>>,
}Expand description
StringFunc - String type conversion function (BigQuery STRING)
Fields§
§this: Box<Expression>§zone: Option<Box<Expression>>Trait Implementations§
Source§impl Clone for StringFunc
impl Clone for StringFunc
Source§fn clone(&self) -> StringFunc
fn clone(&self) -> StringFunc
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 StringFunc
impl Debug for StringFunc
Source§impl<'de> Deserialize<'de> for StringFunc
impl<'de> Deserialize<'de> for StringFunc
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 StringFunc
impl PartialEq for StringFunc
Source§impl Serialize for StringFunc
impl Serialize for StringFunc
impl StructuralPartialEq for StringFunc
Auto Trait Implementations§
impl Freeze for StringFunc
impl RefUnwindSafe for StringFunc
impl Send for StringFunc
impl Sync for StringFunc
impl Unpin for StringFunc
impl UnwindSafe for StringFunc
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