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