pub struct RejoinRewindConfirmation {
pub target_timeline: u64,
pub rewind_to_lsn: u64,
}Fields§
§target_timeline: u64§rewind_to_lsn: u64Implementations§
Source§impl RejoinRewindConfirmation
impl RejoinRewindConfirmation
pub fn encode_json(&self) -> Vec<u8> ⓘ
pub fn decode_json(bytes: &[u8]) -> Result<Self, ReplicationPayloadError>
Trait Implementations§
Source§impl Clone for RejoinRewindConfirmation
impl Clone for RejoinRewindConfirmation
Source§fn clone(&self) -> RejoinRewindConfirmation
fn clone(&self) -> RejoinRewindConfirmation
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 moreSource§impl Debug for RejoinRewindConfirmation
impl Debug for RejoinRewindConfirmation
impl Eq for RejoinRewindConfirmation
Source§impl PartialEq for RejoinRewindConfirmation
impl PartialEq for RejoinRewindConfirmation
Source§fn eq(&self, other: &RejoinRewindConfirmation) -> bool
fn eq(&self, other: &RejoinRewindConfirmation) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RejoinRewindConfirmation
Auto Trait Implementations§
impl Freeze for RejoinRewindConfirmation
impl RefUnwindSafe for RejoinRewindConfirmation
impl Send for RejoinRewindConfirmation
impl Sync for RejoinRewindConfirmation
impl Unpin for RejoinRewindConfirmation
impl UnsafeUnpin for RejoinRewindConfirmation
impl UnwindSafe for RejoinRewindConfirmation
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