pub struct SqliteProjectionVersion {
pub projection_version: String,
pub content_hash: Option<String>,
pub source_watermark: Option<String>,
}Fields§
§projection_version: String§content_hash: Option<String>§source_watermark: Option<String>Trait Implementations§
Source§impl Clone for SqliteProjectionVersion
impl Clone for SqliteProjectionVersion
Source§fn clone(&self) -> SqliteProjectionVersion
fn clone(&self) -> SqliteProjectionVersion
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 SqliteProjectionVersion
impl Debug for SqliteProjectionVersion
Source§impl<'de> Deserialize<'de> for SqliteProjectionVersion
impl<'de> Deserialize<'de> for SqliteProjectionVersion
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
impl Eq for SqliteProjectionVersion
Source§impl PartialEq for SqliteProjectionVersion
impl PartialEq for SqliteProjectionVersion
Source§fn eq(&self, other: &SqliteProjectionVersion) -> bool
fn eq(&self, other: &SqliteProjectionVersion) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for SqliteProjectionVersion
impl Serialize for SqliteProjectionVersion
impl StructuralPartialEq for SqliteProjectionVersion
Auto Trait Implementations§
impl Freeze for SqliteProjectionVersion
impl RefUnwindSafe for SqliteProjectionVersion
impl Send for SqliteProjectionVersion
impl Sync for SqliteProjectionVersion
impl Unpin for SqliteProjectionVersion
impl UnsafeUnpin for SqliteProjectionVersion
impl UnwindSafe for SqliteProjectionVersion
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