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