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