pub struct SqlColumnSchema {
pub name: String,
pub column_type: String,
}Fields§
§name: String§column_type: StringTrait Implementations§
Source§impl Clone for SqlColumnSchema
impl Clone for SqlColumnSchema
Source§fn clone(&self) -> SqlColumnSchema
fn clone(&self) -> SqlColumnSchema
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SqlColumnSchema
impl Debug for SqlColumnSchema
Auto Trait Implementations§
impl Freeze for SqlColumnSchema
impl RefUnwindSafe for SqlColumnSchema
impl Send for SqlColumnSchema
impl Sync for SqlColumnSchema
impl Unpin for SqlColumnSchema
impl UnsafeUnpin for SqlColumnSchema
impl UnwindSafe for SqlColumnSchema
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