pub struct SyncHandle { /* private fields */ }Expand description
Handle owned by the client connection. Dropping it stops the engine (and, transitively, releases its share of the root).
Implementations§
Source§impl SyncHandle
impl SyncHandle
Trait Implementations§
Source§impl Drop for SyncHandle
impl Drop for SyncHandle
Auto Trait Implementations§
impl Freeze for SyncHandle
impl RefUnwindSafe for SyncHandle
impl Send for SyncHandle
impl Sync for SyncHandle
impl Unpin for SyncHandle
impl UnsafeUnpin for SyncHandle
impl UnwindSafe for SyncHandle
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