pub struct LogicalTypeHandle { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Debug for LogicalTypeHandle
impl Debug for LogicalTypeHandle
Source§impl Deref for LogicalTypeHandle
impl Deref for LogicalTypeHandle
Auto Trait Implementations§
impl Freeze for LogicalTypeHandle
impl RefUnwindSafe for LogicalTypeHandle
impl !Send for LogicalTypeHandle
impl !Sync for LogicalTypeHandle
impl Unpin for LogicalTypeHandle
impl UnwindSafe for LogicalTypeHandle
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