pub struct Column<'v> { /* private fields */ }
Expand description
This is a reference to a column’s value.
You can call from
to convert it to a
concrete type.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'v> Freeze for Column<'v>
impl<'v> RefUnwindSafe for Column<'v>
impl<'v> Send for Column<'v>
impl<'v> Sync for Column<'v>
impl<'v> Unpin for Column<'v>
impl<'v> UnwindSafe for Column<'v>
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