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