pub struct Any;Trait Implementations§
Source§impl ArithmeticOutput for Any
impl ArithmeticOutput for Any
Source§impl ArithmeticOutput<Any> for Integer
impl ArithmeticOutput<Any> for Integer
Source§impl ArithmeticOutput<Any> for Real
impl ArithmeticOutput<Any> for Real
Source§impl ArithmeticOutput<Any> for Numeric
impl ArithmeticOutput<Any> for Numeric
Source§impl ArithmeticOutput<Integer> for Any
impl ArithmeticOutput<Integer> for Any
Source§impl ArithmeticOutput<Numeric> for Any
impl ArithmeticOutput<Numeric> for Any
Source§impl ArithmeticOutput<Real> for Any
impl ArithmeticOutput<Real> for Any
impl Assignable for Any
impl Assignable<Blob> for Any
impl Assignable<Integer> for Any
impl Assignable<Numeric> for Any
impl Assignable<Real> for Any
impl Assignable<Text> for Any
impl Compatible for Any
impl Compatible<Any> for Integer
impl Compatible<Any> for Text
impl Compatible<Any> for Real
impl Compatible<Any> for Blob
impl Compatible<Any> for Numeric
impl Compatible<Blob> for Any
impl Compatible<Integer> for Any
impl Compatible<Numeric> for Any
impl Compatible<Placeholder> for Any
impl Compatible<Real> for Any
impl Compatible<Text> for Any
impl Copy for Any
impl DataType for Any
Source§impl DefaultCastTypeName for Any
impl DefaultCastTypeName for Any
const CAST_TYPE_NAME: &'static str = "ANY"
impl Eq for Any
Source§impl LengthPolicy<SQLiteDialect> for Any
impl LengthPolicy<SQLiteDialect> for Any
impl Numeric for Any
Source§impl SQLTypeToRust<SQLiteDialect> for Any
impl SQLTypeToRust<SQLiteDialect> for Any
impl StructuralPartialEq for Any
impl Textual for Any
Auto Trait Implementations§
impl Freeze for Any
impl RefUnwindSafe for Any
impl Send for Any
impl Sync for Any
impl Unpin for Any
impl UnsafeUnpin for Any
impl UnwindSafe for Any
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