pub struct SelectableTextSpanActivation {
pub tag: Arc<str>,
pub range: Range<usize>,
}Expand description
Span activation payload for SelectableText interactive spans.
Fields§
§tag: Arc<str>§range: Range<usize>Trait Implementations§
Source§impl Clone for SelectableTextSpanActivation
impl Clone for SelectableTextSpanActivation
Source§fn clone(&self) -> SelectableTextSpanActivation
fn clone(&self) -> SelectableTextSpanActivation
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 SelectableTextSpanActivation
impl Debug for SelectableTextSpanActivation
Source§impl PartialEq for SelectableTextSpanActivation
impl PartialEq for SelectableTextSpanActivation
Source§fn eq(&self, other: &SelectableTextSpanActivation) -> bool
fn eq(&self, other: &SelectableTextSpanActivation) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for SelectableTextSpanActivation
impl StructuralPartialEq for SelectableTextSpanActivation
Auto Trait Implementations§
impl Freeze for SelectableTextSpanActivation
impl RefUnwindSafe for SelectableTextSpanActivation
impl Send for SelectableTextSpanActivation
impl Sync for SelectableTextSpanActivation
impl Unpin for SelectableTextSpanActivation
impl UnsafeUnpin for SelectableTextSpanActivation
impl UnwindSafe for SelectableTextSpanActivation
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