pub struct UiPostWriteReviewScreenData {
pub previous_write: UiQuickActionSummery,
pub eleven_data_points: Vec<String>,
}Fields§
§previous_write: UiQuickActionSummery§eleven_data_points: Vec<String>data point just sent plus 10 more
Trait Implementations§
Source§impl Clone for UiPostWriteReviewScreenData
impl Clone for UiPostWriteReviewScreenData
Source§fn clone(&self) -> UiPostWriteReviewScreenData
fn clone(&self) -> UiPostWriteReviewScreenData
Returns a copy 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<'de> Deserialize<'de> for UiPostWriteReviewScreenData
impl<'de> Deserialize<'de> for UiPostWriteReviewScreenData
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 From<&PostWriteReviewScreenData> for UiPostWriteReviewScreenData
impl From<&PostWriteReviewScreenData> for UiPostWriteReviewScreenData
Source§fn from(value: &PostWriteReviewScreenData) -> Self
fn from(value: &PostWriteReviewScreenData) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for UiPostWriteReviewScreenData
impl RefUnwindSafe for UiPostWriteReviewScreenData
impl Send for UiPostWriteReviewScreenData
impl Sync for UiPostWriteReviewScreenData
impl Unpin for UiPostWriteReviewScreenData
impl UnwindSafe for UiPostWriteReviewScreenData
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