pub struct StatementHandle(/* private fields */);Expand description
A handle to a prepared statement.
Users of this library can own this type, but they can only call methods on it by giving it to a Connection to borrow a full Statement.
Trait Implementations§
impl Copy for Handle
impl Eq for Handle
impl StructuralPartialEq for Handle
Auto Trait Implementations§
impl !Send for Handle
impl !Sync for Handle
impl Freeze for Handle
impl RefUnwindSafe for Handle
impl Unpin for Handle
impl UnsafeUnpin for Handle
impl UnwindSafe for Handle
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