pub enum BytesLogical {
Decimal(usize, usize),
}
Expand description
Enum of all logical types of Schema::Bytes
Variants§
Trait Implementations§
Source§impl Clone for BytesLogical
impl Clone for BytesLogical
Source§fn clone(&self) -> BytesLogical
fn clone(&self) -> BytesLogical
Returns a copy 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 BytesLogical
impl Debug for BytesLogical
Source§impl Hash for BytesLogical
impl Hash for BytesLogical
Source§impl PartialEq for BytesLogical
impl PartialEq for BytesLogical
impl Copy for BytesLogical
impl Eq for BytesLogical
impl StructuralPartialEq for BytesLogical
Auto Trait Implementations§
impl Freeze for BytesLogical
impl RefUnwindSafe for BytesLogical
impl Send for BytesLogical
impl Sync for BytesLogical
impl Unpin for BytesLogical
impl UnwindSafe for BytesLogical
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