pub struct PoolBridge { /* private fields */ }Implementations§
Source§impl PoolBridge
impl PoolBridge
pub fn clone(&self) -> UniquePtr<PoolBridge>
Source§impl PoolBridge
impl PoolBridge
Source§impl PoolBridge
impl PoolBridge
Trait Implementations§
Source§impl ExternType for PoolBridge
impl ExternType for PoolBridge
impl UniquePtrTarget for PoolBridge
Auto Trait Implementations§
impl !Freeze for PoolBridge
impl RefUnwindSafe for PoolBridge
impl !Send for PoolBridge
impl !Sync for PoolBridge
impl !Unpin for PoolBridge
impl UnwindSafe for PoolBridge
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