Enum avro_schema::schema::IntLogical
source · [−]pub enum IntLogical {
Date,
Time,
}
Expand description
Enum of all logical types of Schema::Int
Variants
Date
A date
Time
A time
Trait Implementations
sourceimpl Clone for IntLogical
impl Clone for IntLogical
sourcefn clone(&self) -> IntLogical
fn clone(&self) -> IntLogical
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for IntLogical
impl Debug for IntLogical
sourceimpl Hash for IntLogical
impl Hash for IntLogical
sourceimpl PartialEq<IntLogical> for IntLogical
impl PartialEq<IntLogical> for IntLogical
impl Copy for IntLogical
impl Eq for IntLogical
impl StructuralEq for IntLogical
impl StructuralPartialEq for IntLogical
Auto Trait Implementations
impl RefUnwindSafe for IntLogical
impl Send for IntLogical
impl Sync for IntLogical
impl Unpin for IntLogical
impl UnwindSafe for IntLogical
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more