pub enum DocumentSymbolKind {
Schema,
Table,
View,
MaterializedView,
Function,
Aggregate,
Procedure,
Type,
Enum,
Column,
Variant,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DocumentSymbolKind
impl RefUnwindSafe for DocumentSymbolKind
impl Send for DocumentSymbolKind
impl Sync for DocumentSymbolKind
impl Unpin for DocumentSymbolKind
impl UnwindSafe for DocumentSymbolKind
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