#[repr(u8)]
pub enum PgValueFormat {
Text,
Binary,
}
Variants
Text
Binary
Trait Implementations
impl Clone for PgValueFormat
impl Clone for PgValueFormat
fn clone(&self) -> PgValueFormat
fn clone(&self) -> PgValueFormat
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Debug for PgValueFormat
impl Debug for PgValueFormat
impl PartialEq<PgValueFormat> for PgValueFormat
impl PartialEq<PgValueFormat> for PgValueFormat
impl Copy for PgValueFormat
impl Eq for PgValueFormat
impl StructuralEq for PgValueFormat
impl StructuralPartialEq for PgValueFormat
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more