pub struct AnyColumn {
pub name: String,
pub type_info: AnyTypeInfo,
}Fields§
§name: String§type_info: AnyTypeInfoImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AnyColumn
impl RefUnwindSafe for AnyColumn
impl Send for AnyColumn
impl Sync for AnyColumn
impl Unpin for AnyColumn
impl UnsafeUnpin for AnyColumn
impl UnwindSafe for AnyColumn
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