pub struct ColumnHandle<'a> { /* private fields */ }Expand description
Fluent formatting on the just-declared column:
q.sum("total budget", &f).money("R ").
Implementations§
Source§impl ColumnHandle<'_>
impl ColumnHandle<'_>
Auto Trait Implementations§
impl<'a> !UnwindSafe for ColumnHandle<'a>
impl<'a> Freeze for ColumnHandle<'a>
impl<'a> RefUnwindSafe for ColumnHandle<'a>
impl<'a> Send for ColumnHandle<'a>
impl<'a> Sync for ColumnHandle<'a>
impl<'a> Unpin for ColumnHandle<'a>
impl<'a> UnsafeUnpin for ColumnHandle<'a>
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