pub struct CommunitySummary {
pub summary: String,
}Expand description
LLM-generated community summary for a cluster of entities.
Fields§
§summary: StringTrait Implementations§
Source§impl Clone for CommunitySummary
impl Clone for CommunitySummary
Source§fn clone(&self) -> CommunitySummary
fn clone(&self) -> CommunitySummary
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 CommunitySummary
impl Debug for CommunitySummary
Source§impl<'de> Deserialize<'de> for CommunitySummary
impl<'de> Deserialize<'de> for CommunitySummary
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 CommunitySummary
impl PartialEq for CommunitySummary
Source§fn eq(&self, other: &CommunitySummary) -> bool
fn eq(&self, other: &CommunitySummary) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for CommunitySummary
impl Serialize for CommunitySummary
impl StructuralPartialEq for CommunitySummary
Auto Trait Implementations§
impl Freeze for CommunitySummary
impl RefUnwindSafe for CommunitySummary
impl Send for CommunitySummary
impl Sync for CommunitySummary
impl Unpin for CommunitySummary
impl UnsafeUnpin for CommunitySummary
impl UnwindSafe for CommunitySummary
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