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