pub struct DefaultFieldMapperGuard { /* private fields */ }Expand description
RAII guard for temporarily replacing the global FieldMapper (holds a global lock to avoid test interference).
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