Struct pgrx_pg_sys::WalRcvStreamOptions
source · #[repr(C)]pub struct WalRcvStreamOptions {
pub logical: bool,
pub slotname: *mut c_char,
pub startpoint: XLogRecPtr,
pub proto: WalRcvStreamOptions__bindgen_ty_1,
}
Fields§
§logical: bool
§slotname: *mut c_char
§startpoint: XLogRecPtr
§proto: WalRcvStreamOptions__bindgen_ty_1
Trait Implementations§
source§impl Clone for WalRcvStreamOptions
impl Clone for WalRcvStreamOptions
source§fn clone(&self) -> WalRcvStreamOptions
fn clone(&self) -> WalRcvStreamOptions
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 Default for WalRcvStreamOptions
impl Default for WalRcvStreamOptions
impl Copy for WalRcvStreamOptions
Auto Trait Implementations§
impl Freeze for WalRcvStreamOptions
impl RefUnwindSafe for WalRcvStreamOptions
impl !Send for WalRcvStreamOptions
impl !Sync for WalRcvStreamOptions
impl Unpin for WalRcvStreamOptions
impl UnwindSafe for WalRcvStreamOptions
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