pub struct SubscriptionIntegrity {
pub partition_id: String,
pub previous_chain_root: String,
pub commit_chain_root: String,
pub commit_seq: i64,
}Fields§
§partition_id: String§previous_chain_root: String§commit_chain_root: String§commit_seq: i64Trait Implementations§
Source§impl Clone for SubscriptionIntegrity
impl Clone for SubscriptionIntegrity
Source§fn clone(&self) -> SubscriptionIntegrity
fn clone(&self) -> SubscriptionIntegrity
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 SubscriptionIntegrity
impl Debug for SubscriptionIntegrity
Source§impl<'de> Deserialize<'de> for SubscriptionIntegrity
impl<'de> Deserialize<'de> for SubscriptionIntegrity
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
Auto Trait Implementations§
impl Freeze for SubscriptionIntegrity
impl RefUnwindSafe for SubscriptionIntegrity
impl Send for SubscriptionIntegrity
impl Sync for SubscriptionIntegrity
impl Unpin for SubscriptionIntegrity
impl UnsafeUnpin for SubscriptionIntegrity
impl UnwindSafe for SubscriptionIntegrity
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