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