pub struct LogicalTypeOptions {
pub format: Option<String>,
}Expand description
The logicalTypeOptions sub-object; only the fields this model emits.
Fields§
§format: Option<String>e.g. "i32", "i64", "f64" — preserves width/precision that
logicalType (integer/number) flattens.
Trait Implementations§
Source§impl Clone for LogicalTypeOptions
impl Clone for LogicalTypeOptions
Source§fn clone(&self) -> LogicalTypeOptions
fn clone(&self) -> LogicalTypeOptions
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 moreSource§impl Debug for LogicalTypeOptions
impl Debug for LogicalTypeOptions
Auto Trait Implementations§
impl Freeze for LogicalTypeOptions
impl RefUnwindSafe for LogicalTypeOptions
impl Send for LogicalTypeOptions
impl Sync for LogicalTypeOptions
impl Unpin for LogicalTypeOptions
impl UnwindSafe for LogicalTypeOptions
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