pub struct QuestionsResponse {
pub questions: Option<Vec<Question>>,
}Fields§
§questions: Option<Vec<Question>>Questions are what the books want explained, SHARPEST FIRST — largest amounts ahead of smaller ones, and capped, so this is the top of the list rather than everything. Empty means the ledger looks clean; the detector is deterministic over what was posted and invents nothing.
Implementations§
Source§impl QuestionsResponse
impl QuestionsResponse
pub fn new() -> QuestionsResponse
Trait Implementations§
Source§impl Clone for QuestionsResponse
impl Clone for QuestionsResponse
Source§fn clone(&self) -> QuestionsResponse
fn clone(&self) -> QuestionsResponse
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 QuestionsResponse
impl Debug for QuestionsResponse
Source§impl Default for QuestionsResponse
impl Default for QuestionsResponse
Source§fn default() -> QuestionsResponse
fn default() -> QuestionsResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for QuestionsResponse
impl<'de> Deserialize<'de> for QuestionsResponse
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 QuestionsResponse
impl PartialEq for QuestionsResponse
Source§impl Serialize for QuestionsResponse
impl Serialize for QuestionsResponse
impl StructuralPartialEq for QuestionsResponse
Auto Trait Implementations§
impl Freeze for QuestionsResponse
impl RefUnwindSafe for QuestionsResponse
impl Send for QuestionsResponse
impl Sync for QuestionsResponse
impl Unpin for QuestionsResponse
impl UnsafeUnpin for QuestionsResponse
impl UnwindSafe for QuestionsResponse
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