pub struct SummaryContentsOptions {
pub query: Option<String>,
}Expand description
Options for summary content retrieval
Fields§
§query: Option<String>Custom query for summary generation
Trait Implementations§
Source§impl Clone for SummaryContentsOptions
impl Clone for SummaryContentsOptions
Source§fn clone(&self) -> SummaryContentsOptions
fn clone(&self) -> SummaryContentsOptions
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 SummaryContentsOptions
impl Debug for SummaryContentsOptions
Source§impl Default for SummaryContentsOptions
impl Default for SummaryContentsOptions
Source§fn default() -> SummaryContentsOptions
fn default() -> SummaryContentsOptions
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SummaryContentsOptions
impl<'de> Deserialize<'de> for SummaryContentsOptions
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 SummaryContentsOptions
impl RefUnwindSafe for SummaryContentsOptions
impl Send for SummaryContentsOptions
impl Sync for SummaryContentsOptions
impl Unpin for SummaryContentsOptions
impl UnsafeUnpin for SummaryContentsOptions
impl UnwindSafe for SummaryContentsOptions
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