pub struct SqlColumnSummary { /* private fields */ }Expand description
Compact accepted-schema column projection.
Implementations§
Source§impl SqlColumnSummary
impl SqlColumnSummary
Sourcepub const fn field_type(&self) -> &str
pub const fn field_type(&self) -> &str
Borrow the accepted field-kind rendering.
Sourcepub const fn key(&self) -> SqlColumnKey
pub const fn key(&self) -> SqlColumnKey
Return the compact accepted index hint.
Sourcepub const fn default(&self) -> &SqlColumnDefault
pub const fn default(&self) -> &SqlColumnDefault
Borrow the compact accepted insert-default policy.
Sourcepub const fn extra(&self) -> &[SqlColumnExtra]
pub const fn extra(&self) -> &[SqlColumnExtra]
Borrow ordered accepted extra facts.
Trait Implementations§
Source§impl CandidType for SqlColumnSummary
impl CandidType for SqlColumnSummary
Source§impl Clone for SqlColumnSummary
impl Clone for SqlColumnSummary
Source§fn clone(&self) -> SqlColumnSummary
fn clone(&self) -> SqlColumnSummary
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 SqlColumnSummary
impl Debug for SqlColumnSummary
Source§impl<'de> Deserialize<'de> for SqlColumnSummary
impl<'de> Deserialize<'de> for SqlColumnSummary
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for SqlColumnSummary
Source§impl PartialEq for SqlColumnSummary
impl PartialEq for SqlColumnSummary
impl StructuralPartialEq for SqlColumnSummary
Auto Trait Implementations§
impl Freeze for SqlColumnSummary
impl RefUnwindSafe for SqlColumnSummary
impl Send for SqlColumnSummary
impl Sync for SqlColumnSummary
impl Unpin for SqlColumnSummary
impl UnsafeUnpin for SqlColumnSummary
impl UnwindSafe for SqlColumnSummary
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