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