pub struct MistyClientAsyncHandleGuard { /* private fields */ }Implementations§
Source§impl MistyClientAsyncHandleGuard
impl MistyClientAsyncHandleGuard
pub fn handle(&self) -> MistyReadonlyClientHandle<'_>
Auto Trait Implementations§
impl Freeze for MistyClientAsyncHandleGuard
impl !RefUnwindSafe for MistyClientAsyncHandleGuard
impl Send for MistyClientAsyncHandleGuard
impl !Sync for MistyClientAsyncHandleGuard
impl Unpin for MistyClientAsyncHandleGuard
impl !UnwindSafe for MistyClientAsyncHandleGuard
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