pub struct LazyColumn { /* private fields */ }Expand description
Lazy-loaded column information.
Implementations§
Source§impl LazyColumn
impl LazyColumn
Sourcepub fn is_nullable(&self) -> bool
pub fn is_nullable(&self) -> bool
Check if nullable.
Sourcepub fn is_auto_increment(&self) -> bool
pub fn is_auto_increment(&self) -> bool
Check if auto-increment.
Sourcepub fn is_primary_key(&self) -> bool
pub fn is_primary_key(&self) -> bool
Check if primary key.
Trait Implementations§
Source§impl Clone for LazyColumn
impl Clone for LazyColumn
Source§fn clone(&self) -> LazyColumn
fn clone(&self) -> LazyColumn
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for LazyColumn
impl RefUnwindSafe for LazyColumn
impl Send for LazyColumn
impl Sync for LazyColumn
impl Unpin for LazyColumn
impl UnwindSafe for LazyColumn
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