Struct sqlx_core_oldapi::any::AnyValueRef
source · pub struct AnyValueRef<'r> { /* private fields */ }
Trait Implementations§
source§impl<'r> From<MssqlValueRef<'r>> for AnyValueRef<'r>
impl<'r> From<MssqlValueRef<'r>> for AnyValueRef<'r>
source§fn from(value: MssqlValueRef<'r>) -> Self
fn from(value: MssqlValueRef<'r>) -> Self
Converts to this type from the input type.
source§impl<'r> From<MySqlValueRef<'r>> for AnyValueRef<'r>
impl<'r> From<MySqlValueRef<'r>> for AnyValueRef<'r>
source§fn from(value: MySqlValueRef<'r>) -> Self
fn from(value: MySqlValueRef<'r>) -> Self
Converts to this type from the input type.
source§impl<'r> From<PgValueRef<'r>> for AnyValueRef<'r>
impl<'r> From<PgValueRef<'r>> for AnyValueRef<'r>
source§fn from(value: PgValueRef<'r>) -> Self
fn from(value: PgValueRef<'r>) -> Self
Converts to this type from the input type.
source§impl<'r> From<SqliteValueRef<'r>> for AnyValueRef<'r>
impl<'r> From<SqliteValueRef<'r>> for AnyValueRef<'r>
source§fn from(value: SqliteValueRef<'r>) -> Self
fn from(value: SqliteValueRef<'r>) -> Self
Converts to this type from the input type.
source§impl<'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§
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