Struct sqlx_core::any::AnyValueRef
source · [−]pub struct AnyValueRef<'r> { /* private fields */ }
Trait Implementations
sourceimpl<'r> From<MssqlValueRef<'r>> for AnyValueRef<'r>
impl<'r> From<MssqlValueRef<'r>> for AnyValueRef<'r>
sourcefn from(value: MssqlValueRef<'r>) -> Self
fn from(value: MssqlValueRef<'r>) -> Self
Converts to this type from the input type.
sourceimpl<'r> From<MySqlValueRef<'r>> for AnyValueRef<'r>
impl<'r> From<MySqlValueRef<'r>> for AnyValueRef<'r>
sourcefn from(value: MySqlValueRef<'r>) -> Self
fn from(value: MySqlValueRef<'r>) -> Self
Converts to this type from the input type.
sourceimpl<'r> From<PgValueRef<'r>> for AnyValueRef<'r>
impl<'r> From<PgValueRef<'r>> for AnyValueRef<'r>
sourcefn from(value: PgValueRef<'r>) -> Self
fn from(value: PgValueRef<'r>) -> Self
Converts to this type from the input type.
sourceimpl<'r> From<SqliteValueRef<'r>> for AnyValueRef<'r>
impl<'r> From<SqliteValueRef<'r>> for AnyValueRef<'r>
sourcefn from(value: SqliteValueRef<'r>) -> Self
fn from(value: SqliteValueRef<'r>) -> Self
Converts to this type from the input type.
sourceimpl<'r> ValueRef<'r> for AnyValueRef<'r>
impl<'r> ValueRef<'r> for AnyValueRef<'r>
Auto Trait Implementations
impl<'r> RefUnwindSafe for AnyValueRef<'r>
impl<'r> Send for AnyValueRef<'r>
impl<'r> Sync for AnyValueRef<'r>
impl<'r> Unpin for AnyValueRef<'r>
impl<'r> UnwindSafe for AnyValueRef<'r>
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