pub struct SegmentRow {
pub server_version: i64,
pub values: Row,
}Expand description
One §5.2 row record: the row’s server_version (≥ 1) plus its values.
Fields§
§server_version: i64§values: RowTrait Implementations§
Source§impl Clone for SegmentRow
impl Clone for SegmentRow
Source§fn clone(&self) -> SegmentRow
fn clone(&self) -> SegmentRow
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 SegmentRow
impl Debug for SegmentRow
Source§impl PartialEq for SegmentRow
impl PartialEq for SegmentRow
Source§fn eq(&self, other: &SegmentRow) -> bool
fn eq(&self, other: &SegmentRow) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SegmentRow
Auto Trait Implementations§
impl Freeze for SegmentRow
impl RefUnwindSafe for SegmentRow
impl Send for SegmentRow
impl Sync for SegmentRow
impl Unpin for SegmentRow
impl UnsafeUnpin for SegmentRow
impl UnwindSafe for SegmentRow
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