Enum avro_schema::schema::StringLogical
source · [−]pub enum StringLogical {
Uuid,
}
Expand description
Enum of all logical types of Schema::String
Variants
Uuid
A UUID
Trait Implementations
sourceimpl Clone for StringLogical
impl Clone for StringLogical
sourcefn clone(&self) -> StringLogical
fn clone(&self) -> StringLogical
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 StringLogical
impl Debug for StringLogical
sourceimpl Hash for StringLogical
impl Hash for StringLogical
sourceimpl PartialEq<StringLogical> for StringLogical
impl PartialEq<StringLogical> for StringLogical
impl Copy for StringLogical
impl Eq for StringLogical
impl StructuralEq for StringLogical
impl StructuralPartialEq for StringLogical
Auto Trait Implementations
impl RefUnwindSafe for StringLogical
impl Send for StringLogical
impl Sync for StringLogical
impl Unpin for StringLogical
impl UnwindSafe for StringLogical
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