#[repr(C)]pub enum VTabKind {
VirtualTable = 0,
TableValuedFunction = 1,
}Variants§
Trait Implementations§
impl Copy for VTabKind
impl StructuralPartialEq for VTabKind
Auto Trait Implementations§
impl Freeze for VTabKind
impl RefUnwindSafe for VTabKind
impl Send for VTabKind
impl Sync for VTabKind
impl Unpin for VTabKind
impl UnsafeUnpin for VTabKind
impl UnwindSafe for VTabKind
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