pub struct PostWriteReviewScreenData {
pub previous_write: QuickAction,
pub eleven_data_points: Vec<String>,
}Fields§
§previous_write: QuickActionhold stuff just sent to allow a fast repeat and to save for later
eleven_data_points: Vec<String>data point just sent plus 10 more
Trait Implementations§
Source§impl Clone for PostWriteReviewScreenData
impl Clone for PostWriteReviewScreenData
Source§fn clone(&self) -> PostWriteReviewScreenData
fn clone(&self) -> PostWriteReviewScreenData
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 Debug for PostWriteReviewScreenData
impl Debug for PostWriteReviewScreenData
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 PostWriteReviewScreenData
impl RefUnwindSafe for PostWriteReviewScreenData
impl Send for PostWriteReviewScreenData
impl Sync for PostWriteReviewScreenData
impl Unpin for PostWriteReviewScreenData
impl UnwindSafe for PostWriteReviewScreenData
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