#[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_1Trait Implementations§
Source§impl Clone for WalRcvStreamOptions
impl Clone for WalRcvStreamOptions
Source§fn clone(&self) -> WalRcvStreamOptions
fn clone(&self) -> WalRcvStreamOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for WalRcvStreamOptions
Auto Trait Implementations§
impl !Send for WalRcvStreamOptions
impl !Sync for WalRcvStreamOptions
impl Freeze for WalRcvStreamOptions
impl RefUnwindSafe for WalRcvStreamOptions
impl Unpin for WalRcvStreamOptions
impl UnsafeUnpin 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