pub struct ModelColumn {
pub rust_name: &'static str,
pub sql_name: &'static str,
}Fields§
§rust_name: &'static str§sql_name: &'static strTrait Implementations§
Source§impl Clone for ModelColumn
impl Clone for ModelColumn
Source§fn clone(&self) -> ModelColumn
fn clone(&self) -> ModelColumn
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 ModelColumn
impl Debug for ModelColumn
Source§impl PartialEq for ModelColumn
impl PartialEq for ModelColumn
Source§fn eq(&self, other: &ModelColumn) -> bool
fn eq(&self, other: &ModelColumn) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ModelColumn
impl Eq for ModelColumn
impl StructuralPartialEq for ModelColumn
Auto Trait Implementations§
impl Freeze for ModelColumn
impl RefUnwindSafe for ModelColumn
impl Send for ModelColumn
impl Sync for ModelColumn
impl Unpin for ModelColumn
impl UnsafeUnpin for ModelColumn
impl UnwindSafe for ModelColumn
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