pub struct ReportStoryResultTextRequired {
pub option_id: String,
pub is_optional: bool,
}Expand description
The user must add additional text details to the report
Fields§
§option_id: StringOption identifier for the next reportStory request
is_optional: boolTrue, if the user can skip text adding
Trait Implementations§
Source§impl Clone for ReportStoryResultTextRequired
impl Clone for ReportStoryResultTextRequired
Source§fn clone(&self) -> ReportStoryResultTextRequired
fn clone(&self) -> ReportStoryResultTextRequired
Returns a duplicate of the value. Read more
1.0.0 · 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 ReportStoryResultTextRequired
impl Default for ReportStoryResultTextRequired
Source§fn default() -> ReportStoryResultTextRequired
fn default() -> ReportStoryResultTextRequired
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ReportStoryResultTextRequired
impl<'de> Deserialize<'de> for ReportStoryResultTextRequired
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 ReportStoryResultTextRequired
impl PartialEq for ReportStoryResultTextRequired
Source§fn eq(&self, other: &ReportStoryResultTextRequired) -> bool
fn eq(&self, other: &ReportStoryResultTextRequired) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ReportStoryResultTextRequired
Auto Trait Implementations§
impl Freeze for ReportStoryResultTextRequired
impl RefUnwindSafe for ReportStoryResultTextRequired
impl Send for ReportStoryResultTextRequired
impl Sync for ReportStoryResultTextRequired
impl Unpin for ReportStoryResultTextRequired
impl UnsafeUnpin for ReportStoryResultTextRequired
impl UnwindSafe for ReportStoryResultTextRequired
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