pub struct WriteTxnMarkersRequestData {
pub markers: Vec<WritableTxnMarker>,
pub _unknown_tagged_fields: Vec<RawTaggedField>,
}Fields§
§markers: Vec<WritableTxnMarker>The transaction markers to be written.
_unknown_tagged_fields: Vec<RawTaggedField>Implementations§
Trait Implementations§
Source§impl Clone for WriteTxnMarkersRequestData
impl Clone for WriteTxnMarkersRequestData
Source§fn clone(&self) -> WriteTxnMarkersRequestData
fn clone(&self) -> WriteTxnMarkersRequestData
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 WriteTxnMarkersRequestData
impl Debug for WriteTxnMarkersRequestData
Source§impl Default for WriteTxnMarkersRequestData
impl Default for WriteTxnMarkersRequestData
Source§impl PartialEq for WriteTxnMarkersRequestData
impl PartialEq for WriteTxnMarkersRequestData
Source§fn eq(&self, other: &WriteTxnMarkersRequestData) -> bool
fn eq(&self, other: &WriteTxnMarkersRequestData) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for WriteTxnMarkersRequestData
Auto Trait Implementations§
impl Freeze for WriteTxnMarkersRequestData
impl RefUnwindSafe for WriteTxnMarkersRequestData
impl Send for WriteTxnMarkersRequestData
impl Sync for WriteTxnMarkersRequestData
impl Unpin for WriteTxnMarkersRequestData
impl UnsafeUnpin for WriteTxnMarkersRequestData
impl UnwindSafe for WriteTxnMarkersRequestData
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