pub enum Interactable<'a> {
Choice(&'a PageKey, &'a Vec<(u8, Line)>, u8),
Span(&'a Object, &'a Span),
}Variants§
Implementations§
Trait Implementations§
Source§impl<'a> Clone for Interactable<'a>
impl<'a> Clone for Interactable<'a>
Source§fn clone(&self) -> Interactable<'a>
fn clone(&self) -> Interactable<'a>
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<'a> Debug for Interactable<'a>
impl<'a> Debug for Interactable<'a>
impl<'a> Copy for Interactable<'a>
Auto Trait Implementations§
impl<'a> Freeze for Interactable<'a>
impl<'a> !RefUnwindSafe for Interactable<'a>
impl<'a> Send for Interactable<'a>
impl<'a> Sync for Interactable<'a>
impl<'a> Unpin for Interactable<'a>
impl<'a> !UnwindSafe for Interactable<'a>
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