#[repr(C)]pub struct WalRcvExecResult {
pub status: Type,
pub sqlstate: c_int,
pub err: *mut c_char,
pub tuplestore: *mut Tuplestorestate,
pub tupledesc: TupleDesc,
}
Fields§
§status: Type
§sqlstate: c_int
§err: *mut c_char
§tuplestore: *mut Tuplestorestate
§tupledesc: TupleDesc
Trait Implementations§
Source§impl Clone for WalRcvExecResult
impl Clone for WalRcvExecResult
Source§fn clone(&self) -> WalRcvExecResult
fn clone(&self) -> WalRcvExecResult
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for WalRcvExecResult
impl Debug for WalRcvExecResult
Source§impl Default for WalRcvExecResult
impl Default for WalRcvExecResult
impl Copy for WalRcvExecResult
Auto Trait Implementations§
impl Freeze for WalRcvExecResult
impl RefUnwindSafe for WalRcvExecResult
impl !Send for WalRcvExecResult
impl !Sync for WalRcvExecResult
impl Unpin for WalRcvExecResult
impl UnwindSafe for WalRcvExecResult
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