pub struct SupportCatalogIdentity {
pub schema_version: u32,
pub catalog_version: u32,
pub digest: String,
}Expand description
Shared identity emitted by the Markdown and Pages projections.
Fields§
§schema_version: u32Fixed complete-support schema version.
catalog_version: u32Documentation catalog version.
digest: StringDigest binding the catalog rows and live registry identity.
Trait Implementations§
Source§impl Clone for SupportCatalogIdentity
impl Clone for SupportCatalogIdentity
Source§fn clone(&self) -> SupportCatalogIdentity
fn clone(&self) -> SupportCatalogIdentity
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 SupportCatalogIdentity
impl Debug for SupportCatalogIdentity
Source§impl PartialEq for SupportCatalogIdentity
impl PartialEq for SupportCatalogIdentity
Source§impl Serialize for SupportCatalogIdentity
impl Serialize for SupportCatalogIdentity
impl Eq for SupportCatalogIdentity
impl StructuralPartialEq for SupportCatalogIdentity
Auto Trait Implementations§
impl Freeze for SupportCatalogIdentity
impl RefUnwindSafe for SupportCatalogIdentity
impl Send for SupportCatalogIdentity
impl Sync for SupportCatalogIdentity
impl Unpin for SupportCatalogIdentity
impl UnwindSafe for SupportCatalogIdentity
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
Compare self to
key and return true if they are equal.