pub struct AnswerGroundingOptionsResponse {
pub min_span_support_q16: u16,
pub require_citations: bool,
pub reject_unsupported: bool,
}Fields§
§min_span_support_q16: u16§require_citations: bool§reject_unsupported: boolTrait Implementations§
Source§impl Clone for AnswerGroundingOptionsResponse
impl Clone for AnswerGroundingOptionsResponse
Source§fn clone(&self) -> AnswerGroundingOptionsResponse
fn clone(&self) -> AnswerGroundingOptionsResponse
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 moreimpl Copy for AnswerGroundingOptionsResponse
Source§impl<'de> Deserialize<'de> for AnswerGroundingOptionsResponse
impl<'de> Deserialize<'de> for AnswerGroundingOptionsResponse
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
impl Eq for AnswerGroundingOptionsResponse
Source§impl PartialEq for AnswerGroundingOptionsResponse
impl PartialEq for AnswerGroundingOptionsResponse
Source§fn eq(&self, other: &AnswerGroundingOptionsResponse) -> bool
fn eq(&self, other: &AnswerGroundingOptionsResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AnswerGroundingOptionsResponse
Auto Trait Implementations§
impl Freeze for AnswerGroundingOptionsResponse
impl RefUnwindSafe for AnswerGroundingOptionsResponse
impl Send for AnswerGroundingOptionsResponse
impl Sync for AnswerGroundingOptionsResponse
impl Unpin for AnswerGroundingOptionsResponse
impl UnsafeUnpin for AnswerGroundingOptionsResponse
impl UnwindSafe for AnswerGroundingOptionsResponse
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