pub enum ScalarCoercionFamily {
Numeric,
Textual,
Identifier,
Enum,
Blob,
Bool,
Unit,
}Expand description
ScalarCoercionFamily
Coarse scalar routing family used by query coercion and validation.
Variants§
Trait Implementations§
Source§impl Clone for ScalarCoercionFamily
impl Clone for ScalarCoercionFamily
Source§fn clone(&self) -> ScalarCoercionFamily
fn clone(&self) -> ScalarCoercionFamily
Returns a duplicate 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 ScalarCoercionFamily
impl Debug for ScalarCoercionFamily
Source§impl Hash for ScalarCoercionFamily
impl Hash for ScalarCoercionFamily
Source§impl PartialEq for ScalarCoercionFamily
impl PartialEq for ScalarCoercionFamily
impl Copy for ScalarCoercionFamily
impl Eq for ScalarCoercionFamily
impl StructuralPartialEq for ScalarCoercionFamily
Auto Trait Implementations§
impl Freeze for ScalarCoercionFamily
impl RefUnwindSafe for ScalarCoercionFamily
impl Send for ScalarCoercionFamily
impl Sync for ScalarCoercionFamily
impl Unpin for ScalarCoercionFamily
impl UnsafeUnpin for ScalarCoercionFamily
impl UnwindSafe for ScalarCoercionFamily
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