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