pub struct ReplayAnswerabilityQuestion {
pub question: String,
pub expected_terms: Vec<String>,
pub forbidden_terms: Vec<String>,
}Fields§
§question: String§expected_terms: Vec<String>§forbidden_terms: Vec<String>Trait Implementations§
Source§impl Clone for ReplayAnswerabilityQuestion
impl Clone for ReplayAnswerabilityQuestion
Source§fn clone(&self) -> ReplayAnswerabilityQuestion
fn clone(&self) -> ReplayAnswerabilityQuestion
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 ReplayAnswerabilityQuestion
impl Debug for ReplayAnswerabilityQuestion
Source§impl<'de> Deserialize<'de> for ReplayAnswerabilityQuestion
impl<'de> Deserialize<'de> for ReplayAnswerabilityQuestion
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 ReplayAnswerabilityQuestion
Source§impl PartialEq for ReplayAnswerabilityQuestion
impl PartialEq for ReplayAnswerabilityQuestion
Source§fn eq(&self, other: &ReplayAnswerabilityQuestion) -> bool
fn eq(&self, other: &ReplayAnswerabilityQuestion) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ReplayAnswerabilityQuestion
Auto Trait Implementations§
impl Freeze for ReplayAnswerabilityQuestion
impl RefUnwindSafe for ReplayAnswerabilityQuestion
impl Send for ReplayAnswerabilityQuestion
impl Sync for ReplayAnswerabilityQuestion
impl Unpin for ReplayAnswerabilityQuestion
impl UnsafeUnpin for ReplayAnswerabilityQuestion
impl UnwindSafe for ReplayAnswerabilityQuestion
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