pub struct FieldInfo { /* private fields */ }Implementations§
Source§impl FieldInfo
impl FieldInfo
pub fn name(&self) -> &str
pub fn table_id(&self) -> Option<i32>
pub fn column_id(&self) -> Option<i16>
pub fn datatype(&self) -> &Type
pub fn format(&self) -> FieldFormat
pub fn format_options(&self) -> &Arc<FormatOptions>
pub fn with_format_options(self, format_options: Arc<FormatOptions>) -> Self
Trait Implementations§
Source§impl From<&FieldInfo> for FieldDescription
impl From<&FieldInfo> for FieldDescription
Source§impl From<FieldDescription> for FieldInfo
impl From<FieldDescription> for FieldInfo
Source§fn from(value: FieldDescription) -> Self
fn from(value: FieldDescription) -> Self
Converts to this type from the input type.
impl Eq for FieldInfo
impl StructuralPartialEq for FieldInfo
Auto Trait Implementations§
impl Freeze for FieldInfo
impl RefUnwindSafe for FieldInfo
impl Send for FieldInfo
impl Sync for FieldInfo
impl Unpin for FieldInfo
impl UnwindSafe for FieldInfo
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