pub struct StoreWriteBlobFact {
pub table: String,
pub row_id: String,
pub row_stamp: String,
pub column: String,
pub blob: BlobRef,
pub plaintext_size: u64,
pub plaintext_hash: ObjectHash,
pub external_path: Option<PathBuf>,
pub previous: Option<StoreWriteRemoteBlob>,
pub audience_move: Option<StoreWriteBlobMoveDestination>,
}Fields§
§table: String§row_id: String§row_stamp: String§column: String§blob: BlobRef§plaintext_size: u64§plaintext_hash: ObjectHash§external_path: Option<PathBuf>§previous: Option<StoreWriteRemoteBlob>§audience_move: Option<StoreWriteBlobMoveDestination>Implementations§
Trait Implementations§
Source§impl Clone for StoreWriteBlobFact
impl Clone for StoreWriteBlobFact
Source§fn clone(&self) -> StoreWriteBlobFact
fn clone(&self) -> StoreWriteBlobFact
Returns a duplicate of the value. Read more
1.0.0 · 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 StoreWriteBlobFact
impl Debug for StoreWriteBlobFact
Source§impl<'de> Deserialize<'de> for StoreWriteBlobFact
impl<'de> Deserialize<'de> for StoreWriteBlobFact
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 StoreWriteBlobFact
impl PartialEq for StoreWriteBlobFact
Source§impl Serialize for StoreWriteBlobFact
impl Serialize for StoreWriteBlobFact
impl Eq for StoreWriteBlobFact
impl StructuralPartialEq for StoreWriteBlobFact
Auto Trait Implementations§
impl Freeze for StoreWriteBlobFact
impl RefUnwindSafe for StoreWriteBlobFact
impl Send for StoreWriteBlobFact
impl Sync for StoreWriteBlobFact
impl Unpin for StoreWriteBlobFact
impl UnsafeUnpin for StoreWriteBlobFact
impl UnwindSafe for StoreWriteBlobFact
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.