pub enum ViewSpanKind {
Equal,
Inserted,
Deleted,
PendingInsert,
PendingDelete,
}Expand description
The kind of span styling
Variants§
Trait Implementations§
Source§impl Clone for ViewSpanKind
impl Clone for ViewSpanKind
Source§fn clone(&self) -> ViewSpanKind
fn clone(&self) -> ViewSpanKind
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 ViewSpanKind
impl Debug for ViewSpanKind
Source§impl PartialEq for ViewSpanKind
impl PartialEq for ViewSpanKind
impl Copy for ViewSpanKind
impl Eq for ViewSpanKind
impl StructuralPartialEq for ViewSpanKind
Auto Trait Implementations§
impl Freeze for ViewSpanKind
impl RefUnwindSafe for ViewSpanKind
impl Send for ViewSpanKind
impl Sync for ViewSpanKind
impl Unpin for ViewSpanKind
impl UnwindSafe for ViewSpanKind
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