pub struct CkmTopicIndex {
pub topics: Vec<CkmTopicIndexEntry>,
pub ckm: CkmManifestCounts,
}Expand description
The full topic index returned by topic_json() with no argument.
Fields§
§topics: Vec<CkmTopicIndexEntry>All topic summaries.
ckm: CkmManifestCountsAggregate manifest counts.
Trait Implementations§
Source§impl Clone for CkmTopicIndex
impl Clone for CkmTopicIndex
Source§fn clone(&self) -> CkmTopicIndex
fn clone(&self) -> CkmTopicIndex
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 CkmTopicIndex
impl Debug for CkmTopicIndex
Source§impl<'de> Deserialize<'de> for CkmTopicIndex
impl<'de> Deserialize<'de> for CkmTopicIndex
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 CkmTopicIndex
impl PartialEq for CkmTopicIndex
Source§impl Serialize for CkmTopicIndex
impl Serialize for CkmTopicIndex
impl StructuralPartialEq for CkmTopicIndex
Auto Trait Implementations§
impl Freeze for CkmTopicIndex
impl RefUnwindSafe for CkmTopicIndex
impl Send for CkmTopicIndex
impl Sync for CkmTopicIndex
impl Unpin for CkmTopicIndex
impl UnsafeUnpin for CkmTopicIndex
impl UnwindSafe for CkmTopicIndex
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