pub enum LaidOutSpanKind {
Text,
Link {
url: String,
},
}Expand description
Kind discriminator for LaidOutSpan.
Variants§
Trait Implementations§
Source§impl Clone for LaidOutSpanKind
impl Clone for LaidOutSpanKind
Source§fn clone(&self) -> LaidOutSpanKind
fn clone(&self) -> LaidOutSpanKind
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 moreAuto Trait Implementations§
impl Freeze for LaidOutSpanKind
impl RefUnwindSafe for LaidOutSpanKind
impl Send for LaidOutSpanKind
impl Sync for LaidOutSpanKind
impl Unpin for LaidOutSpanKind
impl UnsafeUnpin for LaidOutSpanKind
impl UnwindSafe for LaidOutSpanKind
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