pub struct CrdtStateVectorHint {
pub row_id: String,
pub field: String,
pub state_column: String,
pub state_vector_base64: String,
pub sync_mode: String,
pub updated_at: i64,
}Fields§
§row_id: String§field: String§state_column: String§state_vector_base64: String§sync_mode: String§updated_at: i64Trait Implementations§
Source§impl Clone for CrdtStateVectorHint
impl Clone for CrdtStateVectorHint
Source§fn clone(&self) -> CrdtStateVectorHint
fn clone(&self) -> CrdtStateVectorHint
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 CrdtStateVectorHint
impl Debug for CrdtStateVectorHint
Source§impl<'de> Deserialize<'de> for CrdtStateVectorHint
impl<'de> Deserialize<'de> for CrdtStateVectorHint
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for CrdtStateVectorHint
impl PartialEq for CrdtStateVectorHint
Source§fn eq(&self, other: &CrdtStateVectorHint) -> bool
fn eq(&self, other: &CrdtStateVectorHint) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for CrdtStateVectorHint
impl Serialize for CrdtStateVectorHint
impl Eq for CrdtStateVectorHint
impl StructuralPartialEq for CrdtStateVectorHint
Auto Trait Implementations§
impl Freeze for CrdtStateVectorHint
impl RefUnwindSafe for CrdtStateVectorHint
impl Send for CrdtStateVectorHint
impl Sync for CrdtStateVectorHint
impl Unpin for CrdtStateVectorHint
impl UnsafeUnpin for CrdtStateVectorHint
impl UnwindSafe for CrdtStateVectorHint
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