pub struct ResultSetMappingRegistry { /* private fields */ }Expand description
ResultSetMapping 注册中心
Implementations§
Trait Implementations§
Source§impl Debug for ResultSetMappingRegistry
impl Debug for ResultSetMappingRegistry
Source§impl Default for ResultSetMappingRegistry
impl Default for ResultSetMappingRegistry
Source§fn default() -> ResultSetMappingRegistry
fn default() -> ResultSetMappingRegistry
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for ResultSetMappingRegistry
impl !RefUnwindSafe for ResultSetMappingRegistry
impl Send for ResultSetMappingRegistry
impl Sync for ResultSetMappingRegistry
impl Unpin for ResultSetMappingRegistry
impl UnsafeUnpin for ResultSetMappingRegistry
impl UnwindSafe for ResultSetMappingRegistry
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