Enum sqlx_core::postgres::PgValueFormat [−][src]
#[repr(u8)]
pub enum PgValueFormat {
Text,
Binary,
}Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PgValueFormat
impl Send for PgValueFormat
impl Sync for PgValueFormat
impl Unpin for PgValueFormat
impl UnwindSafe for PgValueFormat
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.