pub struct Bytea;Trait Implementations§
impl Assignable<Bytea> for Any
impl Assignable for Bytea
impl Binary for Bytea
impl Compatible<Any> for Bytea
impl Compatible<Bytea> for Any
impl Compatible<Bytea> for Placeholder
impl Compatible<Placeholder> for Bytea
impl Compatible for Bytea
impl Copy for Bytea
impl DataType for Bytea
impl Eq 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