Struct rpc_core::base::this::WeakPtrSync
source · pub struct WeakPtrSync<T> { /* private fields */ }
Implementations§
Trait Implementations§
impl<T> Send for WeakPtrSync<T>
impl<T> Sync for WeakPtrSync<T>
Auto Trait Implementations§
impl<T> RefUnwindSafe for WeakPtrSync<T>where T: RefUnwindSafe,
impl<T> Unpin for WeakPtrSync<T>
impl<T> UnwindSafe for WeakPtrSync<T>where T: RefUnwindSafe,
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