pub struct BitString;Trait Implementations§
impl Assignable for BitString
impl Assignable<BitString> for Any
impl Compatible for BitString
impl Compatible<Any> for BitString
impl Compatible<BitString> for Any
impl Compatible<Placeholder> for BitString
impl Copy for BitString
impl DataType for BitString
Source§impl DefaultCastTypeName for BitString
impl DefaultCastTypeName for BitString
const CAST_TYPE_NAME: &'static str = "BIT VARYING"
impl Eq for BitString
Source§impl SQLTypeToRust<PostgresDialect> for BitString
Available on non-crate feature bit-vec only.
impl SQLTypeToRust<PostgresDialect> for BitString
Available on non-crate feature
bit-vec only.impl StructuralPartialEq for BitString
Auto Trait Implementations§
impl Freeze for BitString
impl RefUnwindSafe for BitString
impl Send for BitString
impl Sync for BitString
impl Unpin for BitString
impl UnsafeUnpin for BitString
impl UnwindSafe for BitString
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