pub enum RealtimeModalAction {
None,
DismissModal,
}Variants§
Trait Implementations§
Source§impl ActionDefaultRef for RealtimeModalAction
impl ActionDefaultRef for RealtimeModalAction
fn default_ref() -> &'static Self
Source§impl Clone for RealtimeModalAction
impl Clone for RealtimeModalAction
Source§fn clone(&self) -> RealtimeModalAction
fn clone(&self) -> RealtimeModalAction
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 RealtimeModalAction
impl Debug for RealtimeModalAction
Auto Trait Implementations§
impl Freeze for RealtimeModalAction
impl RefUnwindSafe for RealtimeModalAction
impl Send for RealtimeModalAction
impl Sync for RealtimeModalAction
impl Unpin for RealtimeModalAction
impl UnwindSafe for RealtimeModalAction
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.