pub struct RawBeginRemoteTransactionParameters {
pub timestamp: Datetime,
pub transaction_id: String,
pub original_begin_index: Option<OplogIndex>,
}Fields§
§timestamp: Datetime§transaction_id: String§original_begin_index: Option<OplogIndex>Trait Implementations§
Source§impl Clone for RawBeginRemoteTransactionParameters
impl Clone for RawBeginRemoteTransactionParameters
Source§fn clone(&self) -> RawBeginRemoteTransactionParameters
fn clone(&self) -> RawBeginRemoteTransactionParameters
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for RawBeginRemoteTransactionParameters
impl RefUnwindSafe for RawBeginRemoteTransactionParameters
impl Send for RawBeginRemoteTransactionParameters
impl Sync for RawBeginRemoteTransactionParameters
impl Unpin for RawBeginRemoteTransactionParameters
impl UnsafeUnpin for RawBeginRemoteTransactionParameters
impl UnwindSafe for RawBeginRemoteTransactionParameters
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