[−][src]Trait amadeus_postgres::PostgresData
Required methods
fn query(f: &mut Formatter, name: Option<&Names>) -> Result
fn decode(
type_: &Type,
buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
type_: &Type,
buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
Implementations on Foreign Types
impl PostgresData for Vec<u8>
[src]
fn query(f: &mut Formatter, name: Option<&Names>) -> Result
[src]
fn decode(
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
[src]
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
impl PostgresData for Bson
[src]
fn query(f: &mut Formatter, name: Option<&Names>) -> Result
[src]
fn decode(
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
[src]
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
impl PostgresData for Json
[src]
fn query(f: &mut Formatter, name: Option<&Names>) -> Result
[src]
fn decode(
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
[src]
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
impl PostgresData for Enum
[src]
fn query(f: &mut Formatter, name: Option<&Names>) -> Result
[src]
fn decode(
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
[src]
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
impl PostgresData for [u8; 0]
[src]
fn query(f: &mut Formatter, name: Option<&Names>) -> Result
[src]
fn decode(
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
[src]
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
impl PostgresData for Box<[u8; 0]>
[src]
impl PostgresData for [u8; 1]
[src]
fn query(f: &mut Formatter, name: Option<&Names>) -> Result
[src]
fn decode(
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
[src]
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
impl PostgresData for Box<[u8; 1]>
[src]
impl PostgresData for [u8; 2]
[src]
fn query(f: &mut Formatter, name: Option<&Names>) -> Result
[src]
fn decode(
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
[src]
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
impl PostgresData for Box<[u8; 2]>
[src]
impl PostgresData for [u8; 3]
[src]
fn query(f: &mut Formatter, name: Option<&Names>) -> Result
[src]
fn decode(
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
[src]
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
impl PostgresData for Box<[u8; 3]>
[src]
impl PostgresData for [u8; 4]
[src]
fn query(f: &mut Formatter, name: Option<&Names>) -> Result
[src]
fn decode(
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
[src]
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
impl PostgresData for Box<[u8; 4]>
[src]
impl PostgresData for [u8; 5]
[src]
fn query(f: &mut Formatter, name: Option<&Names>) -> Result
[src]
fn decode(
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
[src]
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
impl PostgresData for Box<[u8; 5]>
[src]
impl PostgresData for [u8; 6]
[src]
fn query(f: &mut Formatter, name: Option<&Names>) -> Result
[src]
fn decode(
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
[src]
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
impl PostgresData for Box<[u8; 6]>
[src]
impl PostgresData for [u8; 7]
[src]
fn query(f: &mut Formatter, name: Option<&Names>) -> Result
[src]
fn decode(
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
[src]
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
impl PostgresData for Box<[u8; 7]>
[src]
impl PostgresData for [u8; 8]
[src]
fn query(f: &mut Formatter, name: Option<&Names>) -> Result
[src]
fn decode(
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
[src]
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
impl PostgresData for Box<[u8; 8]>
[src]
impl PostgresData for [u8; 9]
[src]
fn query(f: &mut Formatter, name: Option<&Names>) -> Result
[src]
fn decode(
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
[src]
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
impl PostgresData for Box<[u8; 9]>
[src]
impl PostgresData for [u8; 10]
[src]
fn query(f: &mut Formatter, name: Option<&Names>) -> Result
[src]
fn decode(
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
[src]
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
impl PostgresData for Box<[u8; 10]>
[src]
impl PostgresData for [u8; 11]
[src]
fn query(f: &mut Formatter, name: Option<&Names>) -> Result
[src]
fn decode(
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
[src]
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
impl PostgresData for Box<[u8; 11]>
[src]
impl PostgresData for [u8; 12]
[src]
fn query(f: &mut Formatter, name: Option<&Names>) -> Result
[src]
fn decode(
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
[src]
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
impl PostgresData for Box<[u8; 12]>
[src]
impl PostgresData for [u8; 13]
[src]
fn query(f: &mut Formatter, name: Option<&Names>) -> Result
[src]
fn decode(
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
[src]
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
impl PostgresData for Box<[u8; 13]>
[src]
impl PostgresData for [u8; 14]
[src]
fn query(f: &mut Formatter, name: Option<&Names>) -> Result
[src]
fn decode(
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
[src]
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
impl PostgresData for Box<[u8; 14]>
[src]
impl PostgresData for [u8; 15]
[src]
fn query(f: &mut Formatter, name: Option<&Names>) -> Result
[src]
fn decode(
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
[src]
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
impl PostgresData for Box<[u8; 15]>
[src]
impl PostgresData for [u8; 16]
[src]
fn query(f: &mut Formatter, name: Option<&Names>) -> Result
[src]
fn decode(
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
[src]
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
impl PostgresData for Box<[u8; 16]>
[src]
impl PostgresData for [u8; 17]
[src]
fn query(f: &mut Formatter, name: Option<&Names>) -> Result
[src]
fn decode(
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
[src]
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
impl PostgresData for Box<[u8; 17]>
[src]
impl PostgresData for [u8; 18]
[src]
fn query(f: &mut Formatter, name: Option<&Names>) -> Result
[src]
fn decode(
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
[src]
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
impl PostgresData for Box<[u8; 18]>
[src]
impl PostgresData for [u8; 19]
[src]
fn query(f: &mut Formatter, name: Option<&Names>) -> Result
[src]
fn decode(
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
[src]
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
impl PostgresData for Box<[u8; 19]>
[src]
impl PostgresData for [u8; 20]
[src]
fn query(f: &mut Formatter, name: Option<&Names>) -> Result
[src]
fn decode(
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
[src]
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
impl PostgresData for Box<[u8; 20]>
[src]
impl PostgresData for [u8; 21]
[src]
fn query(f: &mut Formatter, name: Option<&Names>) -> Result
[src]
fn decode(
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
[src]
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
impl PostgresData for Box<[u8; 21]>
[src]
impl PostgresData for [u8; 22]
[src]
fn query(f: &mut Formatter, name: Option<&Names>) -> Result
[src]
fn decode(
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
[src]
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
impl PostgresData for Box<[u8; 22]>
[src]
impl PostgresData for [u8; 23]
[src]
fn query(f: &mut Formatter, name: Option<&Names>) -> Result
[src]
fn decode(
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
[src]
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
impl PostgresData for Box<[u8; 23]>
[src]
impl PostgresData for [u8; 24]
[src]
fn query(f: &mut Formatter, name: Option<&Names>) -> Result
[src]
fn decode(
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
[src]
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
impl PostgresData for Box<[u8; 24]>
[src]
impl PostgresData for [u8; 25]
[src]
fn query(f: &mut Formatter, name: Option<&Names>) -> Result
[src]
fn decode(
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
[src]
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
impl PostgresData for Box<[u8; 25]>
[src]
impl PostgresData for [u8; 26]
[src]
fn query(f: &mut Formatter, name: Option<&Names>) -> Result
[src]
fn decode(
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
[src]
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
impl PostgresData for Box<[u8; 26]>
[src]
impl PostgresData for [u8; 27]
[src]
fn query(f: &mut Formatter, name: Option<&Names>) -> Result
[src]
fn decode(
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
[src]
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
impl PostgresData for Box<[u8; 27]>
[src]
impl PostgresData for [u8; 28]
[src]
fn query(f: &mut Formatter, name: Option<&Names>) -> Result
[src]
fn decode(
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
[src]
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
impl PostgresData for Box<[u8; 28]>
[src]
impl PostgresData for [u8; 29]
[src]
fn query(f: &mut Formatter, name: Option<&Names>) -> Result
[src]
fn decode(
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
[src]
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
impl PostgresData for Box<[u8; 29]>
[src]
impl PostgresData for [u8; 30]
[src]
fn query(f: &mut Formatter, name: Option<&Names>) -> Result
[src]
fn decode(
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
[src]
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
impl PostgresData for Box<[u8; 30]>
[src]
impl PostgresData for [u8; 31]
[src]
fn query(f: &mut Formatter, name: Option<&Names>) -> Result
[src]
fn decode(
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
[src]
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
impl PostgresData for Box<[u8; 31]>
[src]
impl PostgresData for [u8; 32]
[src]
fn query(f: &mut Formatter, name: Option<&Names>) -> Result
[src]
fn decode(
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
[src]
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
impl PostgresData for Box<[u8; 32]>
[src]
impl PostgresData for ()
[src]
fn query(_f: &mut Formatter, _name: Option<&Names>) -> Result
[src]
fn decode(
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
[src]
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
impl<A> PostgresData for (A,) where
A: PostgresData,
[src]
A: PostgresData,
fn query(_f: &mut Formatter, _name: Option<&Names>) -> Result
[src]
fn decode(
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
[src]
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
impl<A, B> PostgresData for (A, B) where
A: PostgresData,
B: PostgresData,
[src]
A: PostgresData,
B: PostgresData,
fn query(_f: &mut Formatter, _name: Option<&Names>) -> Result
[src]
fn decode(
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
[src]
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
impl<A, B, C> PostgresData for (A, B, C) where
A: PostgresData,
B: PostgresData,
C: PostgresData,
[src]
A: PostgresData,
B: PostgresData,
C: PostgresData,
fn query(_f: &mut Formatter, _name: Option<&Names>) -> Result
[src]
fn decode(
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
[src]
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
impl<A, B, C, D> PostgresData for (A, B, C, D) where
A: PostgresData,
B: PostgresData,
C: PostgresData,
D: PostgresData,
[src]
A: PostgresData,
B: PostgresData,
C: PostgresData,
D: PostgresData,
fn query(_f: &mut Formatter, _name: Option<&Names>) -> Result
[src]
fn decode(
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
[src]
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
impl<A, B, C, D, E> PostgresData for (A, B, C, D, E) where
A: PostgresData,
B: PostgresData,
C: PostgresData,
D: PostgresData,
E: PostgresData,
[src]
A: PostgresData,
B: PostgresData,
C: PostgresData,
D: PostgresData,
E: PostgresData,
fn query(_f: &mut Formatter, _name: Option<&Names>) -> Result
[src]
fn decode(
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
[src]
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
impl<A, B, C, D, E, F> PostgresData for (A, B, C, D, E, F) where
A: PostgresData,
B: PostgresData,
C: PostgresData,
D: PostgresData,
E: PostgresData,
F: PostgresData,
[src]
A: PostgresData,
B: PostgresData,
C: PostgresData,
D: PostgresData,
E: PostgresData,
F: PostgresData,
fn query(_f: &mut Formatter, _name: Option<&Names>) -> Result
[src]
fn decode(
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
[src]
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
impl<A, B, C, D, E, F, G> PostgresData for (A, B, C, D, E, F, G) where
A: PostgresData,
B: PostgresData,
C: PostgresData,
D: PostgresData,
E: PostgresData,
F: PostgresData,
G: PostgresData,
[src]
A: PostgresData,
B: PostgresData,
C: PostgresData,
D: PostgresData,
E: PostgresData,
F: PostgresData,
G: PostgresData,
fn query(_f: &mut Formatter, _name: Option<&Names>) -> Result
[src]
fn decode(
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
[src]
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
impl<A, B, C, D, E, F, G, H> PostgresData for (A, B, C, D, E, F, G, H) where
A: PostgresData,
B: PostgresData,
C: PostgresData,
D: PostgresData,
E: PostgresData,
F: PostgresData,
G: PostgresData,
H: PostgresData,
[src]
A: PostgresData,
B: PostgresData,
C: PostgresData,
D: PostgresData,
E: PostgresData,
F: PostgresData,
G: PostgresData,
H: PostgresData,
fn query(_f: &mut Formatter, _name: Option<&Names>) -> Result
[src]
fn decode(
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
[src]
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
impl<A, B, C, D, E, F, G, H, I> PostgresData for (A, B, C, D, E, F, G, H, I) where
A: PostgresData,
B: PostgresData,
C: PostgresData,
D: PostgresData,
E: PostgresData,
F: PostgresData,
G: PostgresData,
H: PostgresData,
I: PostgresData,
[src]
A: PostgresData,
B: PostgresData,
C: PostgresData,
D: PostgresData,
E: PostgresData,
F: PostgresData,
G: PostgresData,
H: PostgresData,
I: PostgresData,
fn query(_f: &mut Formatter, _name: Option<&Names>) -> Result
[src]
fn decode(
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
[src]
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
impl<A, B, C, D, E, F, G, H, I, J> PostgresData for (A, B, C, D, E, F, G, H, I, J) where
A: PostgresData,
B: PostgresData,
C: PostgresData,
D: PostgresData,
E: PostgresData,
F: PostgresData,
G: PostgresData,
H: PostgresData,
I: PostgresData,
J: PostgresData,
[src]
A: PostgresData,
B: PostgresData,
C: PostgresData,
D: PostgresData,
E: PostgresData,
F: PostgresData,
G: PostgresData,
H: PostgresData,
I: PostgresData,
J: PostgresData,
fn query(_f: &mut Formatter, _name: Option<&Names>) -> Result
[src]
fn decode(
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
[src]
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
impl<A, B, C, D, E, F, G, H, I, J, K> PostgresData for (A, B, C, D, E, F, G, H, I, J, K) where
A: PostgresData,
B: PostgresData,
C: PostgresData,
D: PostgresData,
E: PostgresData,
F: PostgresData,
G: PostgresData,
H: PostgresData,
I: PostgresData,
J: PostgresData,
K: PostgresData,
[src]
A: PostgresData,
B: PostgresData,
C: PostgresData,
D: PostgresData,
E: PostgresData,
F: PostgresData,
G: PostgresData,
H: PostgresData,
I: PostgresData,
J: PostgresData,
K: PostgresData,
fn query(_f: &mut Formatter, _name: Option<&Names>) -> Result
[src]
fn decode(
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
[src]
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
impl<A, B, C, D, E, F, G, H, I, J, K, L> PostgresData for (A, B, C, D, E, F, G, H, I, J, K, L) where
A: PostgresData,
B: PostgresData,
C: PostgresData,
D: PostgresData,
E: PostgresData,
F: PostgresData,
G: PostgresData,
H: PostgresData,
I: PostgresData,
J: PostgresData,
K: PostgresData,
L: PostgresData,
[src]
A: PostgresData,
B: PostgresData,
C: PostgresData,
D: PostgresData,
E: PostgresData,
F: PostgresData,
G: PostgresData,
H: PostgresData,
I: PostgresData,
J: PostgresData,
K: PostgresData,
L: PostgresData,
fn query(_f: &mut Formatter, _name: Option<&Names>) -> Result
[src]
fn decode(
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
[src]
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
impl PostgresData for Decimal
[src]
fn query(f: &mut Formatter, name: Option<&Names>) -> Result
[src]
fn decode(
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
[src]
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
impl PostgresData for Group
[src]
fn query(_f: &mut Formatter, _name: Option<&Names>) -> Result
[src]
fn decode(
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
[src]
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
impl<T> PostgresData for List<T> where
T: PostgresData,
[src]
T: PostgresData,
fn query(_f: &mut Formatter, _name: Option<&Names>) -> Result
[src]
fn decode(
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
[src]
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
impl<K, V> PostgresData for Map<K, V> where
K: Hash + Eq + PostgresData,
V: PostgresData,
[src]
K: Hash + Eq + PostgresData,
V: PostgresData,
fn query(_f: &mut Formatter, _name: Option<&Names>) -> Result
[src]
fn decode(
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
[src]
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
impl PostgresData for Date
[src]
fn query(f: &mut Formatter, name: Option<&Names>) -> Result
[src]
fn decode(
type_: &Type,
buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
[src]
type_: &Type,
buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
impl PostgresData for Time
[src]
fn query(f: &mut Formatter, name: Option<&Names>) -> Result
[src]
fn decode(
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
[src]
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
impl PostgresData for Timestamp
[src]
fn query(f: &mut Formatter, name: Option<&Names>) -> Result
[src]
fn decode(
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
[src]
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
impl PostgresData for Value
[src]
fn query(_f: &mut Formatter, _name: Option<&Names>) -> Result
[src]
fn decode(
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
[src]
_type_: &Type,
_buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
impl PostgresData for bool
[src]
fn query(f: &mut Formatter, name: Option<&Names>) -> Result
[src]
fn decode(
type_: &Type,
buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
[src]
type_: &Type,
buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
impl PostgresData for u8
[src]
fn query(f: &mut Formatter, name: Option<&Names>) -> Result
[src]
fn decode(
type_: &Type,
buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
[src]
type_: &Type,
buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
impl PostgresData for i8
[src]
fn query(f: &mut Formatter, name: Option<&Names>) -> Result
[src]
fn decode(
type_: &Type,
buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
[src]
type_: &Type,
buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
impl PostgresData for u16
[src]
fn query(f: &mut Formatter, name: Option<&Names>) -> Result
[src]
fn decode(
type_: &Type,
buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
[src]
type_: &Type,
buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
impl PostgresData for i16
[src]
fn query(f: &mut Formatter, name: Option<&Names>) -> Result
[src]
fn decode(
type_: &Type,
buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
[src]
type_: &Type,
buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
impl PostgresData for u32
[src]
fn query(f: &mut Formatter, name: Option<&Names>) -> Result
[src]
fn decode(
type_: &Type,
buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
[src]
type_: &Type,
buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
impl PostgresData for i32
[src]
fn query(f: &mut Formatter, name: Option<&Names>) -> Result
[src]
fn decode(
type_: &Type,
buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
[src]
type_: &Type,
buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
impl PostgresData for u64
[src]
fn query(f: &mut Formatter, name: Option<&Names>) -> Result
[src]
fn decode(
type_: &Type,
buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
[src]
type_: &Type,
buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
impl PostgresData for i64
[src]
fn query(f: &mut Formatter, name: Option<&Names>) -> Result
[src]
fn decode(
type_: &Type,
buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
[src]
type_: &Type,
buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
impl PostgresData for f32
[src]
fn query(f: &mut Formatter, name: Option<&Names>) -> Result
[src]
fn decode(
type_: &Type,
buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
[src]
type_: &Type,
buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
impl PostgresData for f64
[src]
fn query(f: &mut Formatter, name: Option<&Names>) -> Result
[src]
fn decode(
type_: &Type,
buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
[src]
type_: &Type,
buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
impl PostgresData for String
[src]
fn query(f: &mut Formatter, name: Option<&Names>) -> Result
[src]
fn decode(
type_: &Type,
buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
[src]
type_: &Type,
buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
impl<T> PostgresData for Option<T> where
T: PostgresData,
[src]
T: PostgresData,
fn query(f: &mut Formatter, name: Option<&Names>) -> Result
[src]
fn decode(
type_: &Type,
buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
[src]
type_: &Type,
buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
impl<T> PostgresData for Box<T> where
T: PostgresData,
[src]
T: PostgresData,
fn query(f: &mut Formatter, name: Option<&Names>) -> Result
[src]
default fn decode(
type_: &Type,
buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>
[src]
type_: &Type,
buf: Option<&[u8]>
) -> Result<Self, Box<dyn Error + Sync + Send>>