pub struct Literal<T: ClickHouseType> { /* private fields */ }Expand description
Literal value expression
Implementations§
Trait Implementations§
Source§impl<T: ClickHouseType> Expression for Literal<T>
impl<T: ClickHouseType> Expression for Literal<T>
Auto Trait Implementations§
impl<T> Freeze for Literal<T>
impl<T> RefUnwindSafe for Literal<T>where
T: RefUnwindSafe,
impl<T> Send for Literal<T>
impl<T> Sync for Literal<T>
impl<T> Unpin for Literal<T>where
T: Unpin,
impl<T> UnwindSafe for Literal<T>where
T: UnwindSafe,
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