pub struct QuestionV2RepliedData {
pub answers: Vec<QuestionV2Answer>,
pub request_id: String,
pub session_id: String,
}Fields§
§answers: Vec<QuestionV2Answer>§request_id: String§session_id: StringTrait Implementations§
Source§impl Clone for QuestionV2RepliedData
impl Clone for QuestionV2RepliedData
Source§fn clone(&self) -> QuestionV2RepliedData
fn clone(&self) -> QuestionV2RepliedData
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 QuestionV2RepliedData
impl Debug for QuestionV2RepliedData
Source§impl<'de> Deserialize<'de> for QuestionV2RepliedData
impl<'de> Deserialize<'de> for QuestionV2RepliedData
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 QuestionV2RepliedData
impl PartialEq for QuestionV2RepliedData
Source§impl Serialize for QuestionV2RepliedData
impl Serialize for QuestionV2RepliedData
impl StructuralPartialEq for QuestionV2RepliedData
Auto Trait Implementations§
impl Freeze for QuestionV2RepliedData
impl RefUnwindSafe for QuestionV2RepliedData
impl Send for QuestionV2RepliedData
impl Sync for QuestionV2RepliedData
impl Unpin for QuestionV2RepliedData
impl UnsafeUnpin for QuestionV2RepliedData
impl UnwindSafe for QuestionV2RepliedData
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