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