#[repr(C)]pub struct EndRemoteWriteParameters {
pub timestamp: Datetime,
pub begin_index: OplogIndex,
}
Fields§
§timestamp: Datetime
§begin_index: OplogIndex
Trait Implementations§
Source§impl Clone for EndRemoteWriteParameters
impl Clone for EndRemoteWriteParameters
Source§fn clone(&self) -> EndRemoteWriteParameters
fn clone(&self) -> EndRemoteWriteParameters
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 EndRemoteWriteParameters
impl Debug for EndRemoteWriteParameters
impl Copy for EndRemoteWriteParameters
Auto Trait Implementations§
impl Freeze for EndRemoteWriteParameters
impl RefUnwindSafe for EndRemoteWriteParameters
impl Send for EndRemoteWriteParameters
impl Sync for EndRemoteWriteParameters
impl Unpin for EndRemoteWriteParameters
impl UnwindSafe for EndRemoteWriteParameters
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