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