pub struct Parse {
pub statement: Bytes,
pub query: Bytes,
pub parameter_types: Vec<u32>,
}Expand description
Structured Parse message.
Fields§
§statement: BytesClient-visible prepared-statement name; empty denotes the unnamed statement.
query: BytesSQL text supplied by the frontend.
parameter_types: Vec<u32>Declared parameter type OIDs; zero entries request inference.
Implementations§
Trait Implementations§
impl Eq for Parse
impl StructuralPartialEq for Parse
Auto Trait Implementations§
impl !Freeze for Parse
impl RefUnwindSafe for Parse
impl Send for Parse
impl Sync for Parse
impl Unpin for Parse
impl UnsafeUnpin for Parse
impl UnwindSafe for Parse
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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