pub struct UserQuestionsResponseQuestionsResponse {
pub answers: Vec<UserQuestionAnswer>,
}Expand description
antigravity.localharness.UserQuestionsResponse.QuestionsResponse
Fields§
§answers: Vec<UserQuestionAnswer>Trait Implementations§
Source§impl Clone for UserQuestionsResponseQuestionsResponse
impl Clone for UserQuestionsResponseQuestionsResponse
Source§fn clone(&self) -> UserQuestionsResponseQuestionsResponse
fn clone(&self) -> UserQuestionsResponseQuestionsResponse
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 Default for UserQuestionsResponseQuestionsResponse
impl Default for UserQuestionsResponseQuestionsResponse
Source§fn default() -> UserQuestionsResponseQuestionsResponse
fn default() -> UserQuestionsResponseQuestionsResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UserQuestionsResponseQuestionsResponse
impl<'de> Deserialize<'de> for UserQuestionsResponseQuestionsResponse
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 StructuralPartialEq for UserQuestionsResponseQuestionsResponse
Auto Trait Implementations§
impl Freeze for UserQuestionsResponseQuestionsResponse
impl RefUnwindSafe for UserQuestionsResponseQuestionsResponse
impl Send for UserQuestionsResponseQuestionsResponse
impl Sync for UserQuestionsResponseQuestionsResponse
impl Unpin for UserQuestionsResponseQuestionsResponse
impl UnsafeUnpin for UserQuestionsResponseQuestionsResponse
impl UnwindSafe for UserQuestionsResponseQuestionsResponse
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