pub struct FormatPhrase {
pub this: Box<Expression>,
pub format: String,
}Expand description
Format override for a column in Teradata
Fields§
§this: Box<Expression>§format: StringTrait Implementations§
Source§impl Clone for FormatPhrase
impl Clone for FormatPhrase
Source§fn clone(&self) -> FormatPhrase
fn clone(&self) -> FormatPhrase
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 FormatPhrase
impl Debug for FormatPhrase
Source§impl<'de> Deserialize<'de> for FormatPhrase
impl<'de> Deserialize<'de> for FormatPhrase
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 FormatPhrase
impl PartialEq for FormatPhrase
Source§impl Serialize for FormatPhrase
impl Serialize for FormatPhrase
impl StructuralPartialEq for FormatPhrase
Auto Trait Implementations§
impl Freeze for FormatPhrase
impl RefUnwindSafe for FormatPhrase
impl Send for FormatPhrase
impl Sync for FormatPhrase
impl Unpin for FormatPhrase
impl UnwindSafe for FormatPhrase
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