pub struct AppViewHandleResolver<T> { /* private fields */ }Implementations§
Source§impl<T> AppViewHandleResolver<T>
impl<T> AppViewHandleResolver<T>
pub fn new(config: AppViewHandleResolverConfig<T>) -> Self
Trait Implementations§
Source§impl<T> Resolver for AppViewHandleResolver<T>
impl<T> Resolver for AppViewHandleResolver<T>
impl<T> HandleResolver for AppViewHandleResolver<T>
Auto Trait Implementations§
impl<T> Freeze for AppViewHandleResolver<T>
impl<T> RefUnwindSafe for AppViewHandleResolver<T>where
T: RefUnwindSafe,
impl<T> Send for AppViewHandleResolver<T>
impl<T> Sync for AppViewHandleResolver<T>
impl<T> Unpin for AppViewHandleResolver<T>
impl<T> UnsafeUnpin for AppViewHandleResolver<T>
impl<T> UnwindSafe for AppViewHandleResolver<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