pub enum InnerDecimalSchema {
Bytes,
Fixed(FixedSchema),
}Expand description
The inner schema of the Decimal type.
Variants§
Bytes
Fixed(FixedSchema)
Trait Implementations§
Source§impl Clone for InnerDecimalSchema
impl Clone for InnerDecimalSchema
Source§fn clone(&self) -> InnerDecimalSchema
fn clone(&self) -> InnerDecimalSchema
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 InnerDecimalSchema
impl Debug for InnerDecimalSchema
Auto Trait Implementations§
impl Freeze for InnerDecimalSchema
impl RefUnwindSafe for InnerDecimalSchema
impl Send for InnerDecimalSchema
impl Sync for InnerDecimalSchema
impl Unpin for InnerDecimalSchema
impl UnwindSafe for InnerDecimalSchema
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