pub enum InlayHintKind {
Type = 1,
Parameter = 2,
}Expand description
Inlay hint kind.
Variants§
Trait Implementations§
Source§impl Clone for InlayHintKind
impl Clone for InlayHintKind
Source§fn clone(&self) -> InlayHintKind
fn clone(&self) -> InlayHintKind
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 InlayHintKind
impl Debug for InlayHintKind
Source§impl PartialEq for InlayHintKind
impl PartialEq for InlayHintKind
impl Copy for InlayHintKind
impl Eq for InlayHintKind
impl StructuralPartialEq for InlayHintKind
Auto Trait Implementations§
impl Freeze for InlayHintKind
impl RefUnwindSafe for InlayHintKind
impl Send for InlayHintKind
impl Sync for InlayHintKind
impl Unpin for InlayHintKind
impl UnsafeUnpin for InlayHintKind
impl UnwindSafe for InlayHintKind
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.