Struct ColumnExpression
pub struct ColumnExpression(pub String);Tuple Fields§
§0: StringImplementations§
§impl ColumnExpression
impl ColumnExpression
pub fn from_option_string( maybe_string: Option<String>, ) -> Option<ColumnExpression>
Trait Implementations§
§impl Clone for ColumnExpression
impl Clone for ColumnExpression
§fn clone(&self) -> ColumnExpression
fn clone(&self) -> ColumnExpression
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 more§impl Debug for ColumnExpression
impl Debug for ColumnExpression
§impl PartialEq for ColumnExpression
impl PartialEq for ColumnExpression
impl StructuralPartialEq for ColumnExpression
Auto Trait Implementations§
impl Freeze for ColumnExpression
impl RefUnwindSafe for ColumnExpression
impl Send for ColumnExpression
impl Sync for ColumnExpression
impl Unpin for ColumnExpression
impl UnwindSafe for ColumnExpression
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