pub enum MolyModalAction {
None,
Dismissed,
}Variants§
Trait Implementations§
Source§impl ActionDefaultRef for MolyModalAction
impl ActionDefaultRef for MolyModalAction
fn default_ref() -> &'static Self
Source§impl Clone for MolyModalAction
impl Clone for MolyModalAction
Source§fn clone(&self) -> MolyModalAction
fn clone(&self) -> MolyModalAction
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 Debug for MolyModalAction
impl Debug for MolyModalAction
Auto Trait Implementations§
impl Freeze for MolyModalAction
impl RefUnwindSafe for MolyModalAction
impl Send for MolyModalAction
impl Sync for MolyModalAction
impl Unpin for MolyModalAction
impl UnwindSafe for MolyModalAction
Blanket Implementations§
§impl<T> ActionTrait for T
impl<T> ActionTrait for T
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> NoneValue for Twhere
T: Default,
impl<T> NoneValue for Twhere
T: Default,
type NoneType = T
§fn null_value() -> T
fn null_value() -> T
The none-equivalent value.