pub enum ScEvPostWriteReview {
MoveToHomeScreen,
RepeatAction,
SaveQuickAction(String),
SaveQuickActionResult(PersistentStorageOutput),
EditQuickAction,
GetElevenDataPoints,
GetElevenDataPointsResponse,
}Variants§
MoveToHomeScreen
RepeatAction
SaveQuickAction(String)
SaveQuickActionResult(PersistentStorageOutput)
EditQuickAction
GetElevenDataPoints
GetElevenDataPointsResponse
Trait Implementations§
Source§impl Clone for ScEvPostWriteReview
impl Clone for ScEvPostWriteReview
Source§fn clone(&self) -> ScEvPostWriteReview
fn clone(&self) -> ScEvPostWriteReview
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 ScEvPostWriteReview
impl Debug for ScEvPostWriteReview
Source§impl<'de> Deserialize<'de> for ScEvPostWriteReview
impl<'de> Deserialize<'de> for ScEvPostWriteReview
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 ScEvPostWriteReview
impl PartialEq for ScEvPostWriteReview
Source§impl Serialize for ScEvPostWriteReview
impl Serialize for ScEvPostWriteReview
impl StructuralPartialEq for ScEvPostWriteReview
Auto Trait Implementations§
impl Freeze for ScEvPostWriteReview
impl RefUnwindSafe for ScEvPostWriteReview
impl Send for ScEvPostWriteReview
impl Sync for ScEvPostWriteReview
impl Unpin for ScEvPostWriteReview
impl UnwindSafe for ScEvPostWriteReview
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