pub struct ResolverRegistry { /* private fields */ }Expand description
嵌套关联解析器注册表
注册字段到解析函数的映射,用于解析嵌套关联字段
Implementations§
Source§impl ResolverRegistry
impl ResolverRegistry
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for ResolverRegistry
impl RefUnwindSafe for ResolverRegistry
impl Send for ResolverRegistry
impl Sync for ResolverRegistry
impl Unpin for ResolverRegistry
impl UnsafeUnpin for ResolverRegistry
impl UnwindSafe for ResolverRegistry
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