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