Struct ruma_common::events::relation::AnnotationChunk
source · pub struct AnnotationChunk {
pub chunk: Vec<BundledAnnotation>,
pub next_batch: Option<String>,
}Available on crate features
events and unstable-msc2677 only.Expand description
The first chunk of annotations with a token for loading more.
Fields§
§chunk: Vec<BundledAnnotation>The first batch of bundled annotations.
next_batch: Option<String>Token to receive the next annotation batch.
Implementations§
Trait Implementations§
source§impl Clone for AnnotationChunk
impl Clone for AnnotationChunk
source§fn clone(&self) -> AnnotationChunk
fn clone(&self) -> AnnotationChunk
Returns a copy 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 AnnotationChunk
impl Debug for AnnotationChunk
source§impl Default for AnnotationChunk
impl Default for AnnotationChunk
source§fn default() -> AnnotationChunk
fn default() -> AnnotationChunk
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for AnnotationChunk
impl<'de> Deserialize<'de> for AnnotationChunk
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