pub struct DefaultFieldMapperGuard { /* private fields */ }Expand description
修改全局默认 FieldMapper 的 RAII guard(会持有一个全局锁,避免并行测试互相干扰)。
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DefaultFieldMapperGuard
impl !RefUnwindSafe for DefaultFieldMapperGuard
impl !Send for DefaultFieldMapperGuard
impl Sync for DefaultFieldMapperGuard
impl Unpin for DefaultFieldMapperGuard
impl !UnwindSafe for DefaultFieldMapperGuard
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