Enum avro_schema::schema::FixedLogical
source · [−]Expand description
Enum of all logical types of Schema::Fixed
Variants
Decimal(usize, usize)
A decimal
Duration
A duration
Trait Implementations
sourceimpl Clone for FixedLogical
impl Clone for FixedLogical
sourcefn clone(&self) -> FixedLogical
fn clone(&self) -> FixedLogical
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 FixedLogical
impl Debug for FixedLogical
sourceimpl Hash for FixedLogical
impl Hash for FixedLogical
sourceimpl PartialEq<FixedLogical> for FixedLogical
impl PartialEq<FixedLogical> for FixedLogical
sourcefn eq(&self, other: &FixedLogical) -> bool
fn eq(&self, other: &FixedLogical) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &FixedLogical) -> bool
fn ne(&self, other: &FixedLogical) -> bool
This method tests for !=
.
impl Copy for FixedLogical
impl Eq for FixedLogical
impl StructuralEq for FixedLogical
impl StructuralPartialEq for FixedLogical
Auto Trait Implementations
impl RefUnwindSafe for FixedLogical
impl Send for FixedLogical
impl Sync for FixedLogical
impl Unpin for FixedLogical
impl UnwindSafe for FixedLogical
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