pub enum TreeHover {
hover,
}Variants§
hover
Trait Implementations§
Source§impl Ord for TreeHover
impl Ord for TreeHover
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for TreeHover
impl PartialOrd for TreeHover
impl Copy for TreeHover
impl Eq for TreeHover
impl StructuralPartialEq for TreeHover
Auto Trait Implementations§
impl Freeze for TreeHover
impl RefUnwindSafe for TreeHover
impl Send for TreeHover
impl Sync for TreeHover
impl Unpin for TreeHover
impl UnsafeUnpin for TreeHover
impl UnwindSafe for TreeHover
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